Refactor site create

This commit is contained in:
VirtuBox
2023-08-06 08:38:10 +02:00
parent 41d8299f2d
commit 717cdf8542
2 changed files with 19 additions and 62 deletions

View File

@@ -11,7 +11,7 @@ from wo.core.logging import Log
def addNewSite(self, site, stype, cache, path,
enabled=True, ssl=False, fs='ext4', db='mysql',
db_name=None, db_user=None, db_password=None,
db_host='localhost', hhvm=0, php_version='7.2'):
db_host='localhost', hhvm=0, php_version='8.1'):
"""
Add New Site record information into the wo database.
"""