mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-03 11:55:57 +01:00
v1.6.4
This commit is contained in:
@@ -975,8 +975,6 @@ def submitDomainDeletion(request):
|
||||
|
||||
execPath = execPath + " deleteVirtualHostConfigurations --virtualHostName " + websiteName + " --numberOfSites " + numberOfWebsites
|
||||
|
||||
|
||||
|
||||
subprocess.check_output(shlex.split(execPath))
|
||||
|
||||
|
||||
@@ -1656,6 +1654,7 @@ def saveConfigsToFile(request):
|
||||
|
||||
## writing data temporary to file
|
||||
|
||||
mailUtilities.checkHome()
|
||||
|
||||
tempPath = "/home/cyberpanel/"+str(randint(1000, 9999))
|
||||
|
||||
@@ -1757,6 +1756,7 @@ def saveRewriteRules(request):
|
||||
|
||||
## writing data temporary to file
|
||||
|
||||
mailUtilities.checkHome()
|
||||
|
||||
tempPath = "/home/cyberpanel/" + str(randint(1000, 9999))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user