Merge branch 'v2.1.2' into stable

This commit is contained in:
Usman Nasir
2022-03-08 20:03:47 +05:00
committed by GitHub
8 changed files with 50 additions and 62 deletions

View File

@@ -37,6 +37,7 @@ def getAdminStatus(request):
val = request.session['userID']
currentACL = ACLManager.loadedACL(val)
if os.path.exists('/home/cyberpanel/postfix'):
currentACL['emailAsWhole'] = 1
else: