mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-05 14:19:09 +01:00
change acl permissions to json
This commit is contained in:
@@ -651,8 +651,10 @@ imap_folder_list_limit = 0
|
||||
|
||||
try:
|
||||
cursor.execute("UPDATE loginSystem_acl SET config = '%s' where name = 'admin'" % (Upgrade.AdminACL))
|
||||
except:
|
||||
pass
|
||||
except BaseException as msg:
|
||||
print(str(msg))
|
||||
import sleep
|
||||
sleep(10)
|
||||
|
||||
try:
|
||||
cursor.execute("UPDATE loginSystem_acl SET config = '%s' where name = 'reseller'" % (Upgrade.ResellerACL))
|
||||
|
||||
Reference in New Issue
Block a user