diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master
index 7671a7007e1d67bb2e075f6f11e6786a66f5999d..d391c3186bd0e4b8b20f37c30ff63b389b8c42ca 100644
--- a/server/conf/php-fcgi-starter.master
+++ b/server/conf/php-fcgi-starter.master
@@ -14,8 +14,6 @@ export TMPDIR=<tmpl_var name='document_root'>/tmp
 export TEMP=<tmpl_var name='document_root'>/tmp
 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 -f webmaster@<tmpl_var name='domain'>" \