mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
ebe932fb36
commit
4f1c6316bb
@ -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(),
|
||||
|
@ -399,6 +399,7 @@
|
||||
$NotificationsManager->clear_notifications_array();
|
||||
}
|
||||
|
||||
|
||||
if (check_perms('users_mod')) {
|
||||
$ModBar[] = '<a href="tools.php">Toolbox</a>';
|
||||
}
|
||||
|
@ -368,6 +368,7 @@
|
||||
$DB->query($SQL);
|
||||
|
||||
if ($ResetPassword) {
|
||||
|
||||
logout_all_sessions();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user