mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-13 13:07:39 +02:00
update to 6.8.27
This commit is contained in:
+1
-1
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user