mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-01 09:50:44 +01:00
This commit is contained in:
@@ -2183,7 +2183,7 @@ class WebsiteManager:
|
||||
time.sleep(2)
|
||||
|
||||
data_ret = {'status': 1, 'createWebSiteStatus': 1, 'error_message': "None",
|
||||
'tempStatusPath': tempStatusPath}
|
||||
'tempStatusPath': tempStatusPath, 'LinuxUser': externalApp}
|
||||
json_data = json.dumps(data_ret)
|
||||
return HttpResponse(json_data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user