Empty commit

This commit is contained in:
Git 2015-08-26 08:00:27 +00:00
parent ebe932fb36
commit 4f1c6316bb
3 changed files with 3 additions and 0 deletions

View File

@ -373,6 +373,7 @@ 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

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

View File

@ -368,6 +368,7 @@
$DB->query($SQL);
if ($ResetPassword) {
logout_all_sessions();
}