Update wp-cli to v2.6.0 and adminer to v4.8.1

This commit is contained in:
VirtuBox
2022-01-26 13:05:34 +01:00
parent 83b84678ac
commit 9523ce05aa
2 changed files with 4 additions and 3 deletions

View File

@@ -171,7 +171,8 @@ class WOSiteCreateController(CementBaseController):
data['port'] = port
data['basic'] = True
if pargs.php72 or pargs.php73 or pargs.php74 or pargs.php80 or pargs.php81:
if (pargs.php72 or pargs.php73 or pargs.php74 or
pargs.php80 or pargs.php81):
data = dict(
site_name=wo_domain, www_domain=wo_www_domain,
static=False, basic=False,