]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Disabling some functions at apache's php.ini
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Oct 2010 19:14:57 +0000 (17:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Oct 2010 19:14:57 +0000 (17:14 -0200)
files/apache2/php.ini

index bab2d24a91fbc54b544ba01673da5a1c8e876ed8..881d8f3f8de73d39d279dca88cd77ed7d7486f58 100644 (file)
@@ -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