File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ env[TEMP] = <tmpl_var name='document_root'>/tmp
3434
3535<tmpl_if name='security_level' op='==' value='20'>
3636<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
37- <tmpl_if name='custom_session_save_path' op='!=' value='y'>php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp</tmpl_if>
37+ <tmpl_if name='custom_session_save_path' op='!=' value='y'>
38+ php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp
39+ </tmpl_if>
3840php_admin_value[upload_tmp_dir] = <tmpl_var name='document_root'>/tmp
3941php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>"
4042</tmpl_if>
You can’t perform that action at this time.
0 commit comments