From dc8680ad5e4ef7c3849ee9def705c0b20865e7c2 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Fri, 28 Apr 2006 12:11:36 +0000 Subject: [PATCH] KTS-911: Remove tests that no longer apply KTS-880: Remove Documents-through-web because it crashes PHP/Apache on some platforms. --- setup/postcheckup.php | 8 -------- setup/precheckup.php | 1 - 2 files changed, 0 insertions(+), 9 deletions(-) diff --git a/setup/postcheckup.php b/setup/postcheckup.php index 59382f0..1491925 100644 --- a/setup/postcheckup.php +++ b/setup/postcheckup.php @@ -63,7 +63,6 @@ that things are still set up correctly.

logDirectory)?> documentRoot)?> - documentRoot . '/Root Folder')?> @@ -77,13 +76,6 @@ if (substr($default->documentRoot, 0, strlen(KT_DIR)) == KT_DIR) { KnowledgeTree.

'; } -$linkcheck = generateLink('/var/Documents/', ''); -$handle = @fopen($linkcheck, 'rb'); -if ($handle !== false) { - print '

Your document directory seems to - be accessible via the web!

'; -} - ?>

Logging

diff --git a/setup/precheckup.php b/setup/precheckup.php index 6e426a0..1c5b693 100644 --- a/setup/precheckup.php +++ b/setup/precheckup.php @@ -371,7 +371,6 @@ PHP you are running, and which modules are available.

-