Commit d629604fa1bced60e8d034b4a11be10e7af2a79a
1 parent
984b18e3
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 | 77 | KnowledgeTree.</font></strong></p>'; |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | -$linkcheck = generateLink('/Documents/', ''); | |
| 80 | +$linkcheck = generateLink('/var/Documents/', ''); | |
| 81 | 81 | $handle = @fopen($linkcheck, 'rb'); |
| 82 | 82 | if ($handle !== false) { |
| 83 | 83 | print '<p><strong><font color="red">Your document directory seems to | ... | ... |