Commit dc8680ad5e4ef7c3849ee9def705c0b20865e7c2
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
Showing
2 changed files
with
0 additions
and
9 deletions
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->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