mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-02 03:16:15 +01:00
Bug fix to installation and User Management.
This commit is contained in:
@@ -217,6 +217,7 @@ def submitWebsiteCreation(request):
|
||||
if request.method == 'POST':
|
||||
|
||||
data = json.loads(request.body)
|
||||
|
||||
domain = data['domainName']
|
||||
adminEmail = data['adminEmail']
|
||||
phpSelection = data['phpSelection']
|
||||
|
||||
Reference in New Issue
Block a user