Skip to content

Commit

Permalink
update default php disable_functions again for .08 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 9, 2015
1 parent 900b91d commit 236e5c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/php-fpm/php-fpm-min.conf
Expand Up @@ -62,4 +62,4 @@ security.limit_extensions = .php .php3 .php4 .php5

; catch_workers_output = yes
php_admin_value[error_log] = /var/log/php-fpm/www-php.error.log
php_admin_value[disable_functions] = shell_exec, exec
php_admin_value[disable_functions] = shell_exec
2 changes: 1 addition & 1 deletion config/php-fpm/php-fpm-min.conf-fullcomments
Expand Up @@ -223,4 +223,4 @@ php_admin_value[error_log] = /var/log/php-fpm/www-error.log
php_admin_flag[log_errors] = on
;php_admin_value[open_basedir] = /tmp/:/usr/local/nginx/html/
;php_admin_value[memory_limit] = 32M
php_admin_value[disable_functions] = shell_exec, exec
php_admin_value[disable_functions] = shell_exec
2 changes: 1 addition & 1 deletion config/php-fpm/php-fpm-minond.conf
Expand Up @@ -62,4 +62,4 @@ security.limit_extensions = .php .php3 .php4 .php5

; catch_workers_output = yes
php_admin_value[error_log] = /var/log/php-fpm/www-php.error.log
php_admin_value[disable_functions] = shell_exec, exec
php_admin_value[disable_functions] = shell_exec
2 changes: 1 addition & 1 deletion config/php-fpm/php-fpm.conf
Expand Up @@ -63,4 +63,4 @@ security.limit_extensions = .php .php3 .php4 .php5

; catch_workers_output = yes
php_admin_value[error_log] = /var/log/php-fpm/www-php.error.log
php_admin_value[disable_functions] = shell_exec, exec
php_admin_value[disable_functions] = shell_exec
2 changes: 1 addition & 1 deletion config/php-fpm/php-fpm.conf-fullcomments
Expand Up @@ -223,4 +223,4 @@ php_admin_value[error_log] = /var/log/php-fpm/www-error.log
php_admin_flag[log_errors] = on
;php_admin_value[open_basedir] = /tmp/:/usr/local/nginx/html/
;php_admin_value[memory_limit] = 32M
php_admin_value[disable_functions] = shell_exec, exec
php_admin_value[disable_functions] = shell_exec
2 changes: 1 addition & 1 deletion config/php-fpm/php-fpm.conf.default
Expand Up @@ -306,4 +306,4 @@ ping.response = pong
;php_admin_value[error_log] = /var/log/fpm-php.www.log
;php_admin_flag[log_errors] = on
;php_admin_value[memory_limit] = 32M
php_admin_value[disable_functions] = shell_exec, exec
php_admin_value[disable_functions] = shell_exec

0 comments on commit 236e5c4

Please sign in to comment.