Empty commit

This commit is contained in:
Git 2015-10-14 08:00:26 +00:00
parent b5e2d5579a
commit 191f69e3bc
2 changed files with 0 additions and 3 deletions

View File

@ -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(),

View File

@ -398,8 +398,6 @@
}
$NotificationsManager->clear_notifications_array();
}
if (check_perms('users_mod')) {
$ModBar[] = '<a href="tools.php">Toolbox</a>';
}