update to 6.8.27

This commit is contained in:
aaPanel
2022-12-16 10:40:55 +08:00
parent d2a66661db
commit 7dcaa2b5ce
148 changed files with 22281 additions and 13876 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class safe:
def checkPHPINI(self):
setupPath = '/www/server';
phps = ['52','53','54','55','56','70','71']
phps = public.get_php_versions()
rep = "disable_functions\s*=\s*(.+)\n"
defs = ['passthru','exec','system','chroot','chgrp','chown','shell_exec','popen','ini_alter','ini_restore','dl','openlog','syslog','readlink','symlink','popepassthru']
data = []