File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export PHP_DOCUMENT_ROOT
1010PHP_FCGI_MAX_REQUESTS=< tmpl_var name=' php_fcgi_max_requests' >
1111export PHP_FCGI_MAX_REQUESTS
1212exec < tmpl_var name=' php_fcgi_bin' > \
13- < tmpl_if name=" security_level" op=" ==" value=" 20" > -d open_basedir=< tmpl_var name=' document_root' > \
13+ < tmpl_if name=" security_level" op=" ==" value=" 20" > -d open_basedir=" <tmpl_var name='document_root'>:/usr/share/php5:/tmp:/usr/share/phpmyadmin " \
1414-d upload_tmp_dir=< tmpl_var name=' document_root' > /tmp \
1515-d session.save_path=< tmpl_var name=' document_root' > /tmp \
1616< /tmpl_if> $1
Original file line number Diff line number Diff line change 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
9898<tmpl_if name='security_level' op='==' value='20'>
99- php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
99+ php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5:/tmp:/usr/share/phpmyadmin
100100</tmpl_if>
101101</tmpl_if>
102102<tmpl_if name='php' op='==' value='suphp'>
257257 php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
258258 php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
259259<tmpl_if name='security_level' op='==' value='20'>
260- php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5:/tmp
260+ php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5:/tmp:/usr/share/phpmyadmin
261261</tmpl_if>
262262</tmpl_if>
263263<tmpl_if name='php' op='==' value='suphp'>
You can’t perform that action at this time.
0 commit comments