mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-19 04:56:52 +01:00
bug fix: reset acl for users.
This commit is contained in:
@@ -567,11 +567,6 @@ class Upgrade:
|
||||
except:
|
||||
pass
|
||||
|
||||
try:
|
||||
cursor.execute("UPDATE loginSystem_administrator SET acl_id = 3")
|
||||
except:
|
||||
pass
|
||||
|
||||
try:
|
||||
cursor.execute("UPDATE loginSystem_administrator SET acl_id = 1 where userName = 'admin'")
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user