diff --git a/login.php b/login.php
index 030f0b2..10e10fb 100644
--- a/login.php
+++ b/login.php
@@ -9,18 +9,12 @@
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* @version $Revision$
- * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa
* @package dms
*/
// main library routines and defaults
require_once("./config/dmsDefaults.php");
-require_once("$default->owl_fs_root/lib/db.inc");
-require_once("$default->owl_fs_root/lib/dms.inc");
-require_once("$default->owl_fs_root/lib/lookup.inc");
-//require_once("$default->owl_fs_root/config/html.php");
-require_once("$default->owl_fs_root/lib/control.inc");
-require_once("$default->owl_fs_root/lib/Session.inc");
// -------------------------------
// page start
diff --git a/logout.php b/logout.php
index 0d395a1..e6c02bc 100644
--- a/logout.php
+++ b/logout.php
@@ -11,17 +11,12 @@
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* @version $Revision$
- * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa
* @package dms
*/
// main library routines and defaults
require_once("./config/dmsDefaults.php");
-require_once("$default->owl_fs_root/lib/db.inc");
-require_once("$default->owl_fs_root/lib/dms.inc");
-require_once("$default->owl_fs_root/lib/lookup.inc");
-require_once("$default->owl_fs_root/lib/control.inc");
-require_once("$default->owl_fs_root/lib/Session.inc");
// destroy the session
Session::destroy();