Commit 81db6282de28823ed7e89c60152bb9e648e1d15f
1 parent
2b73a6d4
Move preferences.php from
presentation/lookAndFeel/knowledgeTree/preferences/ to / git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4494 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/preferences/preferences.php renamed to preferences.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | // main library routines and defaults | 3 | // main library routines and defaults |
| 4 | -require_once("../../../../config/dmsDefaults.php"); | 4 | +require_once("config/dmsDefaults.php"); |
| 5 | require_once(KT_LIB_DIR . "/unitmanagement/Unit.inc"); | 5 | require_once(KT_LIB_DIR . "/unitmanagement/Unit.inc"); |
| 6 | 6 | ||
| 7 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); | 7 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |