mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +00:00
Empty commit
This commit is contained in:
parent
b5e2d5579a
commit
191f69e3bc
@ -373,7 +373,6 @@ function authorize($Ajax = false) {
|
|||||||
error(404);
|
error(404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$StripPostKeys = array_fill_keys(array('password', 'cur_pass', 'new_pass_1', 'new_pass_2', 'verifypassword', 'confirm_password', 'ChangePassword', 'Password'), true);
|
$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(
|
$Cache->cache_value('php_' . getmypid(), array(
|
||||||
'start' => sqltime(),
|
'start' => sqltime(),
|
||||||
|
@ -398,8 +398,6 @@
|
|||||||
}
|
}
|
||||||
$NotificationsManager->clear_notifications_array();
|
$NotificationsManager->clear_notifications_array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (check_perms('users_mod')) {
|
if (check_perms('users_mod')) {
|
||||||
$ModBar[] = '<a href="tools.php">Toolbox</a>';
|
$ModBar[] = '<a href="tools.php">Toolbox</a>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user