fix php extras with php73

This commit is contained in:
VirtuBox
2019-03-16 09:18:15 +01:00
parent 09e7c7dbfd
commit b9d5a20231
2 changed files with 17 additions and 5 deletions

View File

@@ -454,7 +454,7 @@ class WOSiteCreateController(CementBaseController):
# Check prompt
check_prompt = input("Type \"y\" to continue [n]:")
if check_prompt != "Y" and check_prompt != "y":
Log.info(self, "Not using PHP 7.2 for site.")
Log.info(self, "Not using PHP 7.3 for site.")
data['php73'] = True
data['basic'] = True
php73 = 1