From ee3e179741b66faf911569e21e6ec629a2cf1c78 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Mon, 20 Feb 2023 11:27:06 +0500 Subject: [PATCH] fix https://github.com/usmannasir/cyberpanel/issues/1035 --- websiteFunctions/website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websiteFunctions/website.py b/websiteFunctions/website.py index f08b3081f..d2363e177 100755 --- a/websiteFunctions/website.py +++ b/websiteFunctions/website.py @@ -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)