tbrehm
2009-07-23 c60ecdbdf339ad31eaf03f7aa1c95236781b5ae7
add /tmp directory to list of allowed directories for php open_basedir_restriction
1 files modified
2 ■■■ changed files
server/conf/vhost.conf.master 2 ●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -252,7 +252,7 @@
    php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
    php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
<tmpl_if name='security_level' op='==' value='20'>
    php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
    php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5:/tmp
</tmpl_if>
</tmpl_if>
<tmpl_if name='php' op='==' value='suphp'>