remove php 71

This commit is contained in:
Usman Nasir
2022-11-14 13:09:56 +05:00
parent 6857912f39
commit f663b764da
2 changed files with 4 additions and 4 deletions

View File

@@ -1988,8 +1988,8 @@ milter_default_action = accept
if os.access('/usr/local/lsws/lsphp72/bin/php7.2', os.R_OK):
os.symlink('/usr/local/lsws/lsphp72/bin/php7.2', '/usr/local/lsws/lsphp72/bin/php')
command = "cp /usr/local/lsws/lsphp71/bin/php /usr/bin/"
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
#command = "cp /usr/local/lsws/lsphp71/bin/php /usr/bin/"
#preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
os.chdir(self.cwd)