diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-29 17:14:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-29 17:14:57 -0200 |
commit | c5666f1781f46c2e9c9b5829570485874908994d (patch) | |
tree | 4732b2cb77e78fdc77e097aa82f1f415d10d0799 | |
parent | 120b3553094d71ff3f4c709f1ce0273b5a299c6b (diff) | |
download | puppet-php-c5666f1781f46c2e9c9b5829570485874908994d.tar.gz puppet-php-c5666f1781f46c2e9c9b5829570485874908994d.tar.bz2 |
Disabling some functions at apache's php.ini
-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 bab2d24..881d8f3 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 = +disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status ; This directive allows you to disable certain classes for security reasons. ; It receives a comma-delimited list of class names. This directive is |