mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-19 13:06:48 +01:00
bug fix: template load of email limits
This commit is contained in:
@@ -892,7 +892,11 @@ $cfg['Servers'][$i]['LogoutURL'] = 'phpmyadminsignin.php?logout';
|
||||
cursor.execute("UPDATE loginSystem_acl SET config = '%s' where name = 'admin'" % (Upgrade.AdminACL))
|
||||
except BaseException as msg:
|
||||
print(str(msg))
|
||||
import sleep
|
||||
try:
|
||||
import sleep
|
||||
except:
|
||||
from time import sleep
|
||||
from time import sleep
|
||||
sleep(10)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user