update default php 7.3

This commit is contained in:
Usman Nasir
2019-12-28 17:12:47 +05:00
parent b59774acc1
commit fb7efa5191

View File

@@ -2151,7 +2151,7 @@ failovermethod=priority
except:
pass
command = 'cp /usr/local/lsws/lsphp72/bin/lsphp %s' % (phpPath)
command = 'cp /usr/local/lsws/lsphp73/bin/lsphp %s' % (phpPath)
Upgrade.executioner(command, 0)