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,7 +63,6 @@ that things are still set up correctly.</p> | ||
| 63 | <tbody> | 63 | <tbody> |
| 64 | <?php echo writablePath('Log directory', $default->logDirectory)?> | 64 | <?php echo writablePath('Log directory', $default->logDirectory)?> |
| 65 | <?php echo writablePath('Document directory', $default->documentRoot)?> | 65 | <?php echo writablePath('Document directory', $default->documentRoot)?> |
| 66 | - <?php echo writablePath('Document Root', $default->documentRoot . '/Root Folder')?> | ||
| 67 | </tbody> | 66 | </tbody> |
| 68 | </table> | 67 | </table> |
| 69 | 68 | ||
| @@ -77,13 +76,6 @@ if (substr($default->documentRoot, 0, strlen(KT_DIR)) == KT_DIR) { | @@ -77,13 +76,6 @@ if (substr($default->documentRoot, 0, strlen(KT_DIR)) == KT_DIR) { | ||
| 77 | KnowledgeTree.</font></strong></p>'; | 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 | <h2>Logging</h2> | 81 | <h2>Logging</h2> |
setup/precheckup.php
| @@ -371,7 +371,6 @@ PHP you are running, and which modules are available.</p> | @@ -371,7 +371,6 @@ PHP you are running, and which modules are available.</p> | ||
| 371 | 371 | ||
| 372 | <table width="50%"> | 372 | <table width="50%"> |
| 373 | <tbody> | 373 | <tbody> |
| 374 | -<?=writablePath('Log directory', 'var/log')?> | ||
| 375 | <?php | 374 | <?php |
| 376 | $username = running_user(); | 375 | $username = running_user(); |
| 377 | if (is_null($username)) { | 376 | if (is_null($username)) { |