Commit 4ffccf827f50fa5ec898ff1bd132bf6a0e39288d

Authored by nbm
1 parent f4a3b900

KTS-859: Should check var/Documents and not Documents for location of

documents via the web.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5330 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/postcheckup.php
@@ -77,7 +77,7 @@ if (substr($default->documentRoot, 0, strlen(KT_DIR)) == KT_DIR) { @@ -77,7 +77,7 @@ if (substr($default->documentRoot, 0, strlen(KT_DIR)) == KT_DIR) {
77 KnowledgeTree.</font></strong></p>'; 77 KnowledgeTree.</font></strong></p>';
78 } 78 }
79 79
80 -$linkcheck = generateLink('/Documents/', ''); 80 +$linkcheck = generateLink('/var/Documents/', '');
81 $handle = @fopen($linkcheck, 'rb'); 81 $handle = @fopen($linkcheck, 'rb');
82 if ($handle !== false) { 82 if ($handle !== false) {
83 print '<p><strong><font color="red">Your document directory seems to 83 print '<p><strong><font color="red">Your document directory seems to