diff options
author | Git <git@what.cd> | 2015-10-14 08:00:26 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2015-10-14 08:00:26 +0000 |
commit | 191f69e3bcd88b119b4884a987d365053afc246c (patch) | |
tree | f8dc2bf4130e5b1a11fe59cbed39d1cfb73a0b72 /classes/script_start.php | |
parent | b5e2d5579ab51ff11c9bd1635030552a5d12bb91 (diff) | |
download | Gazelle-191f69e3bcd88b119b4884a987d365053afc246c.zip Gazelle-191f69e3bcd88b119b4884a987d365053afc246c.tar.gz Gazelle-191f69e3bcd88b119b4884a987d365053afc246c.tar.bz2 |
Empty commit
Diffstat (limited to 'classes/script_start.php')
-rw-r--r-- | classes/script_start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/script_start.php b/classes/script_start.php index 1aaf61c..b06c6cf 100644 --- a/classes/script_start.php +++ b/classes/script_start.php @@ -373,7 +373,6 @@ if (!preg_match('/^[a-z0-9]+$/i', $Document)) { error(404); } - $StripPostKeys = array_fill_keys(array('password', 'cur_pass', 'new_pass_1', 'new_pass_2', 'verifypassword', 'confirm_password', 'ChangePassword', 'Password'), true); $Cache->cache_value('php_' . getmypid(), array( 'start' => sqltime(), |