From f9e8975c57b4e3b432f49a1174eab59023b0a6af Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 21 Jan 2003 18:03:53 +0000 Subject: [PATCH] changed to redirect to no permissions page --- presentation/dashboardBL.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/presentation/dashboardBL.php b/presentation/dashboardBL.php index f08659c..75b1efb 100644 --- a/presentation/dashboardBL.php +++ b/presentation/dashboardBL.php @@ -120,9 +120,8 @@ if (checkSession()) { $tmp->render(); } else { - // FIXME: redirect to no permission page - print "you do not have access to view this page! please go away, and come back when you do.
"; - echo generateLink("logout") . "logout"; + // redirect to no permission page + redirect("$default->owl_ui_url/noAccess.php"); } ?> -- libgit2 0.21.4