Commit 7b3b2179db4bc4afea4512afaf92dd37e81996c8

Authored by nbm
1 parent 02348116

Move admin.php into the root of the KT installation.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4352 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/admin.php renamed to admin.php
1 <?php 1 <?php
2 -require_once("../../../../config/dmsDefaults.php"); 2 +require_once("config/dmsDefaults.php");
3 3
4 require_once(KT_LIB_DIR . "/templating/kt3template.inc.php"); 4 require_once(KT_LIB_DIR . "/templating/kt3template.inc.php");
5 require_once(KT_LIB_DIR . "/dispatcher.inc.php"); 5 require_once(KT_LIB_DIR . "/dispatcher.inc.php");