mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 01:54:24 +02:00
Update User.php
This commit is contained in:
parent
fee1c150b7
commit
01dd855632
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ class User
|
|||
{
|
||||
global $config;
|
||||
if ($config['maintenance_mode'] == true) {
|
||||
// displayMaintenanceMessage();
|
||||
r2(U . 'logout', 'd', '');
|
||||
displayMaintenanceMessage();
|
||||
// r2(U . 'logout', 'd', '');
|
||||
}
|
||||
if (!$id) {
|
||||
$id = User::getID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue