diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master index ea025811b6011579d901343719d50003e9599337..92edf86c53089898fcd1805bf0d8f4424a7dd60e 100644 --- a/server/conf/php-fcgi-starter.master +++ b/server/conf/php-fcgi-starter.master @@ -11,6 +11,8 @@ PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'> export PHP_FCGI_MAX_REQUESTS exec <tmpl_var name='php_fcgi_bin'> \ <tmpl_if name="security_level" op="==" value="20"> -d open_basedir="<tmpl_var name='open_basedir'>" \ +-d disable_functions="" \ +-d suhosin.executor.func.blacklist="" \ -d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \ -d session.save_path=<tmpl_var name='document_root'>/tmp \ -d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \