Skip to content
Snippets Groups Projects
Commit c60ecdbd authored by tbrehm's avatar tbrehm
Browse files

add /tmp directory to list of allowed directories for php open_basedir_restriction

parent bc6ca663
Branches
Tags
No related merge requests found
......@@ -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'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment