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.

-