mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-13 19:44:24 +02:00
Fix if user Active in dashboard customer and order
This commit is contained in:
parent
3201df263f
commit
ec7dee5c8a
4 changed files with 42 additions and 35 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