Commit dd0ca5bd0b26efca7267cd678087a1a8489efd91
1 parent
e5c61500
fixed mailto in phpdoc header comments and removed duplicate requires
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@262 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
13 deletions
login.php
| @@ -9,18 +9,12 @@ | @@ -9,18 +9,12 @@ | ||
| 9 | * Licensed under the GNU GPL. For full terms see the file COPYING. | 9 | * Licensed under the GNU GPL. For full terms see the file COPYING. |
| 10 | * | 10 | * |
| 11 | * @version $Revision$ | 11 | * @version $Revision$ |
| 12 | - * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | 12 | + * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa |
| 13 | * @package dms | 13 | * @package dms |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | // main library routines and defaults | 16 | // main library routines and defaults |
| 17 | require_once("./config/dmsDefaults.php"); | 17 | require_once("./config/dmsDefaults.php"); |
| 18 | -require_once("$default->owl_fs_root/lib/db.inc"); | ||
| 19 | -require_once("$default->owl_fs_root/lib/dms.inc"); | ||
| 20 | -require_once("$default->owl_fs_root/lib/lookup.inc"); | ||
| 21 | -//require_once("$default->owl_fs_root/config/html.php"); | ||
| 22 | -require_once("$default->owl_fs_root/lib/control.inc"); | ||
| 23 | -require_once("$default->owl_fs_root/lib/Session.inc"); | ||
| 24 | 18 | ||
| 25 | // ------------------------------- | 19 | // ------------------------------- |
| 26 | // page start | 20 | // page start |
logout.php
| @@ -11,17 +11,12 @@ | @@ -11,17 +11,12 @@ | ||
| 11 | * Licensed under the GNU GPL. For full terms see the file COPYING. | 11 | * Licensed under the GNU GPL. For full terms see the file COPYING. |
| 12 | * | 12 | * |
| 13 | * @version $Revision$ | 13 | * @version $Revision$ |
| 14 | - * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | 14 | + * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa |
| 15 | * @package dms | 15 | * @package dms |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | // main library routines and defaults | 18 | // main library routines and defaults |
| 19 | require_once("./config/dmsDefaults.php"); | 19 | require_once("./config/dmsDefaults.php"); |
| 20 | -require_once("$default->owl_fs_root/lib/db.inc"); | ||
| 21 | -require_once("$default->owl_fs_root/lib/dms.inc"); | ||
| 22 | -require_once("$default->owl_fs_root/lib/lookup.inc"); | ||
| 23 | -require_once("$default->owl_fs_root/lib/control.inc"); | ||
| 24 | -require_once("$default->owl_fs_root/lib/Session.inc"); | ||
| 25 | 20 | ||
| 26 | // destroy the session | 21 | // destroy the session |
| 27 | Session::destroy(); | 22 | Session::destroy(); |