From c6aed8fd0b8f4f33d4c0e347d220e497a8223550 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 25 Aug 2011 17:29:28 -0300 Subject: Disabling system_exec --- files/apache2/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/apache2/php.ini b/files/apache2/php.ini index fb37070..89a1dfb 100644 --- a/files/apache2/php.ini +++ b/files/apache2/php.ini @@ -219,7 +219,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. -disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, curl_init, parse_ini_file, show_source, dl, symlink, syslog, mail +disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, curl_init, parse_ini_file, show_source, dl, symlink, syslog, mail, system_exec ; This directive allows you to disable certain classes for security reasons. ; It receives a comma-delimited list of class names. This directive is -- cgit v1.2.3