Commit 7b26d8a58a1287fe8dc3ed1a449547942028f97e

Authored by nbm
1 parent 9b938444

Use the configured log directory when looking for writability.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4924 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/postcheckup.php
@@ -35,7 +35,7 @@ that things are still set up correctly.</p> @@ -35,7 +35,7 @@ that things are still set up correctly.</p>
35 35
36 <table width="50%"> 36 <table width="50%">
37 <tbody> 37 <tbody>
38 - <?php echo writablePath('Log directory', KT_DIR . '/var/log')?> 38 + <?php echo writablePath('Log directory', $default->logDirectory)?>
39 <?php echo writablePath('Document directory', $default->documentRoot)?> 39 <?php echo writablePath('Document directory', $default->documentRoot)?>
40 <?php echo writablePath('Document Root', $default->documentRoot . '/Root Folder')?> 40 <?php echo writablePath('Document Root', $default->documentRoot . '/Root Folder')?>
41 </tbody> 41 </tbody>