replace lscpd php with php74

This commit is contained in:
Usman Nasir
2022-08-10 10:14:40 +05:00
parent 835881fe4f
commit c0337486f9

View File

@@ -1470,7 +1470,7 @@ autocreate_system_folders = On
try:
os.remove("/usr/local/lscp/fcgi-bin/lsphp")
shutil.copy("/usr/local/lsws/lsphp73/bin/lsphp", "/usr/local/lscp/fcgi-bin/lsphp")
shutil.copy("/usr/local/lsws/lsphp74/bin/lsphp", "/usr/local/lscp/fcgi-bin/lsphp")
except:
pass