minor fixes

This commit is contained in:
VirtuBox
2019-03-17 17:38:41 +01:00
parent 87866223ab
commit fc796bee40
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import glob
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='5.5'):
db_host='localhost', hhvm=0, php_version='7.2'):
"""
Add New Site record information into the wo database.
"""