mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 10:04:23 +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;
|
global $config;
|
||||||
if ($config['maintenance_mode'] == true) {
|
if ($config['maintenance_mode'] == true) {
|
||||||
// displayMaintenanceMessage();
|
displayMaintenanceMessage();
|
||||||
r2(U . 'logout', 'd', '');
|
// r2(U . 'logout', 'd', '');
|
||||||
}
|
}
|
||||||
if (!$id) {
|
if (!$id) {
|
||||||
$id = User::getID();
|
$id = User::getID();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue