From 0110094b2d206e88dceb0cfe2bc4c85f2e826dda Mon Sep 17 00:00:00 2001 From: moglia <moglia@ispconfig3> Date: Thu, 13 May 2010 00:39:42 -0400 Subject: [PATCH] Small brazilian portuguese language files update. br_database_list.lng --- interface/web/login/logout.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/interface/web/login/logout.php b/interface/web/login/logout.php index aa07714..912a430 100644 --- a/interface/web/login/logout.php +++ b/interface/web/login/logout.php @@ -59,6 +59,8 @@ exit; } +$app->plugin->raiseEvent('logout',true); + $_SESSION["s"]["user"] = null; $_SESSION["s"]["module"] = null; $_SESSION['s_old'] = null; @@ -71,7 +73,7 @@ if($conf["interface_logout_url"] != '') { echo('URL_REDIRECT:'.$conf["interface_logout_url"]); } else { - echo('URL_REDIRECT:../index.php'); + echo('URL_REDIRECT:index.php'); } } exit; -- Gitblit v1.9.1