Commit de7f47587aea15327392f5a61c809614f3c3c77e
1 parent
8154ec35
removed uncessary requires- in dmsDefaults.php now
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@236 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
5 deletions
control.php
| ... | ... | @@ -18,11 +18,6 @@ |
| 18 | 18 | |
| 19 | 19 | // main library routines and defaults |
| 20 | 20 | require_once("./config/dmsDefaults.php"); |
| 21 | -require_once("$default->owl_fs_root/lib/db.inc"); | |
| 22 | -require_once("$default->owl_fs_root/lib/dms.inc"); | |
| 23 | -require_once("$default->owl_fs_root/lib/lookup.inc"); | |
| 24 | -require_once("$default->owl_fs_root/lib/control.inc"); | |
| 25 | -require_once("$default->owl_fs_root/lib/Session.inc"); | |
| 26 | 21 | require_once("$default->owl_fs_root/lib/SiteMap.inc"); |
| 27 | 22 | |
| 28 | 23 | // ------------------------------- | ... | ... |