Commit dc8680ad5e4ef7c3849ee9def705c0b20865e7c2

Authored by Neil Blakey-Milner
1 parent 6124833a

KTS-911: Remove tests that no longer apply

KTS-880: Remove Documents-through-web because it crashes PHP/Apache on
some platforms.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5367 c91229c3-7414-0410-bfa2-8a42b809f60b
setup/postcheckup.php
... ... @@ -63,7 +63,6 @@ that things are still set up correctly.</p>
63 63 <tbody>
64 64 <?php echo writablePath('Log directory', $default->logDirectory)?>
65 65 <?php echo writablePath('Document directory', $default->documentRoot)?>
66   - <?php echo writablePath('Document Root', $default->documentRoot . '/Root Folder')?>
67 66 </tbody>
68 67 </table>
69 68  
... ... @@ -77,13 +76,6 @@ if (substr($default-&gt;documentRoot, 0, strlen(KT_DIR)) == KT_DIR) {
77 76 KnowledgeTree.</font></strong></p>';
78 77 }
79 78  
80   -$linkcheck = generateLink('/var/Documents/', '');
81   -$handle = @fopen($linkcheck, 'rb');
82   -if ($handle !== false) {
83   - print '<p><strong><font color="red">Your document directory seems to
84   - be accessible via the web!</font></strong></p>';
85   -}
86   -
87 79 ?>
88 80  
89 81 <h2>Logging</h2>
... ...
setup/precheckup.php
... ... @@ -371,7 +371,6 @@ PHP you are running, and which modules are available.&lt;/p&gt;
371 371  
372 372 <table width="50%">
373 373 <tbody>
374   -<?=writablePath('Log directory', 'var/log')?>
375 374 <?php
376 375 $username = running_user();
377 376 if (is_null($username)) {
... ...