From a36db9ba045a1e15826a021f1509ff2e9d7cc68b Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 23 Jan 2003 10:31:49 +0000 Subject: [PATCH] updated to redirect to owl_root_url --- presentation/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/logout.php b/presentation/logout.php index b53bb14..65d8f3f 100644 --- a/presentation/logout.php +++ b/presentation/logout.php @@ -21,5 +21,5 @@ require_once("../config/dmsDefaults.php"); // destroy the session Session::destroy(); // redirect to root -redirect("/"); +redirect("$default->owl_root_url"); ?> -- libgit2 0.21.4