From d629604fa1bced60e8d034b4a11be10e7af2a79a Mon Sep 17 00:00:00 2001
From: Neil Blakey-Milner
Date: Tue, 25 Apr 2006 08:54:25 +0000
Subject: [PATCH] KTS-859: Should check var/Documents and not Documents for location of documents via the web.
---
setup/postcheckup.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup/postcheckup.php b/setup/postcheckup.php
index ba25461..59382f0 100644
--- a/setup/postcheckup.php
+++ b/setup/postcheckup.php
@@ -77,7 +77,7 @@ if (substr($default->documentRoot, 0, strlen(KT_DIR)) == KT_DIR) {
KnowledgeTree.
';
}
-$linkcheck = generateLink('/Documents/', '');
+$linkcheck = generateLink('/var/Documents/', '');
$handle = @fopen($linkcheck, 'rb');
if ($handle !== false) {
print 'Your document directory seems to
--
libgit2 0.21.4