suExec, Filemanager and bug Fixes.

This commit is contained in:
usmannasir
2017-12-09 22:30:10 +05:00
parent 0ee10a04c5
commit a1ddb114bb
2440 changed files with 992575 additions and 2257 deletions

View File

@@ -105,7 +105,6 @@ def stopOrRestartLitespeed(request):
return HttpResponse(final_json)
except KeyError, msg:
status = {"reboot": 0, "shutdown": 0, "error_message": "Not logged in as admin"}
logging.CyberCPLogFileWriter.writeToFile(str(msg) + "[stopOrRestartLitespeed]")
return HttpResponse("Not Logged in as admin")