Commit a36db9ba045a1e15826a021f1509ff2e9d7cc68b
1 parent
b2e7d4f1
updated to redirect to owl_root_url
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@501 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/logout.php
| @@ -21,5 +21,5 @@ require_once("../config/dmsDefaults.php"); | @@ -21,5 +21,5 @@ require_once("../config/dmsDefaults.php"); | ||
| 21 | // destroy the session | 21 | // destroy the session |
| 22 | Session::destroy(); | 22 | Session::destroy(); |
| 23 | // redirect to root | 23 | // redirect to root |
| 24 | -redirect("/"); | 24 | +redirect("$default->owl_root_url"); |
| 25 | ?> | 25 | ?> |