diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-25 09:49:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-25 09:49:51 -0300 |
commit | 533a0372603869207f61559b8f854339e8fa70e6 (patch) | |
tree | 8201ae50fc2c7c99b6e09be4f0b922e1310c791a | |
parent | e7dc8019f066cd415f53b2b980d00ba66af9e90f (diff) | |
download | puppet-php-533a0372603869207f61559b8f854339e8fa70e6.tar.gz puppet-php-533a0372603869207f61559b8f854339e8fa70e6.tar.bz2 |
Disabling more functions
-rw-r--r-- | files/apache2/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/apache2/php.ini b/files/apache2/php.ini index b75d743..fb37070 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 +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 ; This directive allows you to disable certain classes for security reasons. ; It receives a comma-delimited list of class names. This directive is |