Commit 12f57aa2d46fe12f75170976f25ba55fc95481b0

Authored by Neil Blakey-Milner
1 parent ac347f09

Add open_basedir to the list of things to ensure is empty during the

pre-installation checkup


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4926 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
setup/precheckup.php
... ... @@ -292,6 +292,7 @@ PHP you are running, and which modules are available.</p>
292 292 <?=boolSetting('Session auto start','session.auto_start','OFF')?>
293 293 <?=emptySetting('Automatic prepend file','auto_prepend_file')?>
294 294 <?=emptySetting('Automatic append file','auto_append_file')?>
  295 +<?=emptySetting('Open base directory','open_basedir')?>
295 296 <?=stringSetting('Default MIME type', 'default_mimetype', 'text/html')?>
296 297 </tbody>
297 298 </table>
... ...