Refactor site update

This commit is contained in:
VirtuBox
2023-08-12 16:41:07 +02:00
parent f88a81182e
commit 279ab9a832

View File

@@ -128,12 +128,8 @@ class WOSiteUpdateController(CementBaseController):
def doupdatesite(self, pargs):
pargs = self.app.pargs
letsencrypt = False
php73 = False
php74 = False
php72 = False
php80 = False
php81 = False
php82 = False
for pargs_version in WOVar.wo_php_versions:
globals()[pargs_version] = False
data = dict()
try: