File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9292<tmpl_if name='php' op='==' value='mod'>
9393 # mod_php enabled
9494 AddType application/x-httpd-php .php .php3 .php4 .php5
95- php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
95+ php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
9696 php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
9797 php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
98- <tmpl_if name='security_level' op='==' value='20'>
98+ <tmpl_if name='security_level' op='==' value='20'>
9999 php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
100- </tmpl_if>
100+ </tmpl_if>
101101</tmpl_if>
102102<tmpl_if name='php' op='==' value='suphp'>
103103 # suphp enabled
248248<tmpl_if name='php' op='==' value='mod'>
249249 # mod_php enabled
250250 AddType application/x-httpd-php .php .php3 .php4 .php5
251- php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
251+ php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
252252 php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
253253 php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
254- <tmpl_if name='security_level' op='==' value='20'>
254+ <tmpl_if name='security_level' op='==' value='20'>
255255 php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
256- </tmpl_if>
256+ </tmpl_if>
257257</tmpl_if>
258258<tmpl_if name='php' op='==' value='suphp'>
259259 suPHP_Engine on
You can’t perform that action at this time.
0 commit comments