mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 16:26:12 +01:00
feature: allow custom path for child-domains
This commit is contained in:
@@ -285,9 +285,9 @@ class WebsiteManager:
|
||||
|
||||
if len(path) > 0:
|
||||
path = path.lstrip("/")
|
||||
path = "/home/" + masterDomain + "/public_html/" + path
|
||||
path = "/home/" + masterDomain + "/" + path
|
||||
else:
|
||||
path = "/home/" + masterDomain + "/public_html/" + domain
|
||||
path = "/home/" + masterDomain + "/" + domain
|
||||
|
||||
try:
|
||||
apacheBackend = str(data['apacheBackend'])
|
||||
|
||||
Reference in New Issue
Block a user