Commit 8c9c85543ee92ea8e8ecad2898f26c9cac2b12c2
1 parent
557102ee
Added default include files. Including dmsDefaults will now include:
$default->owl_root_url . "/lib/Session.inc" $default->owl_root_url . "/lib/control.inc" $default->owl_root_url . "/lib/db.inc" git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@207 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
config/dmsDefaults.php
| @@ -11,6 +11,9 @@ | @@ -11,6 +11,9 @@ | ||
| 11 | 11 | ||
| 12 | // include the environment settings | 12 | // include the environment settings |
| 13 | require_once("environment.php"); | 13 | require_once("environment.php"); |
| 14 | +require_once($default->owl_root_url . "/lib/Session.inc"); | ||
| 15 | +require_once($default->owl_root_url . "/lib/control.inc"); | ||
| 16 | +require_once($default->owl_root_url . "/lib/db.inc"); | ||
| 14 | 17 | ||
| 15 | $default->owl_graphics_url = $default->owl_root_url . "/graphics"; | 18 | $default->owl_graphics_url = $default->owl_root_url . "/graphics"; |
| 16 | $default->owl_LangDir = $default->owl_fs_root . "/locale"; | 19 | $default->owl_LangDir = $default->owl_fs_root . "/locale"; |