From 10f8386731b32b9a4f78669a0fd896b80c77509d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 06 Sep 2010 09:24:34 -0400 Subject: [PATCH] Temporary fix for: FS#1311 - Only first PHPINIDir directive honored per configuration tree - subsequent ones ignored --- server/conf/vhost.conf.master | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index d85dab1..5244b47 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -118,7 +118,7 @@ php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp php_admin_value session.save_path <tmpl_var name='document_root'>/tmp - PHPIniDir <tmpl_var name='custom_php_ini_dir'> + # PHPIniDir <tmpl_var name='custom_php_ini_dir'> <tmpl_if name='security_level' op='==' value='20'> php_admin_value open_basedir <tmpl_var name='php_open_basedir'> </tmpl_if> @@ -311,7 +311,7 @@ php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp php_admin_value session.save_path <tmpl_var name='document_root'>/tmp - PHPIniDir <tmpl_var name='custom_php_ini_dir'> + # PHPIniDir <tmpl_var name='custom_php_ini_dir'> <tmpl_if name='security_level' op='==' value='20'> php_admin_value open_basedir <tmpl_var name='php_open_basedir'> </tmpl_if> -- Gitblit v1.9.1