diff --git a/classes/script_start.php b/classes/script_start.php index 1aaf61c4..b06c6cf3 100644 --- a/classes/script_start.php +++ b/classes/script_start.php @@ -373,7 +373,6 @@ function authorize($Ajax = false) { 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(), diff --git a/design/privateheader.php b/design/privateheader.php index 7dc38c7e..454adcae 100644 --- a/design/privateheader.php +++ b/design/privateheader.php @@ -398,8 +398,6 @@ } $NotificationsManager->clear_notifications_array(); } - - if (check_perms('users_mod')) { $ModBar[] = 'Toolbox'; }