Commit a59e4b99f7d661ac39e3820f127e8c6daa462552
1 parent
c8c2be22
Allow to work not with working directory to the file's directory
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5551 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
bin/storageverification.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | -require_once('../config/dmsDefaults.php'); | 3 | +require_once(dirname(__FILE__) . '/../config/dmsDefaults.php'); |
| 4 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); | 4 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |
| 5 | $sectionName = "Administration"; | 5 | $sectionName = "Administration"; |
| 6 | require_once(KT_LIB_DIR . "/templating/kt3template.inc.php"); | 6 | require_once(KT_LIB_DIR . "/templating/kt3template.inc.php"); |