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!
'; -} - ?>