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"); } ?>