From 1c9863fcf5eb55ff013a2843964b20fdac23b700 Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 16 Nov 2010 13:44:55 +0000 Subject: [PATCH] proper logout redirect link --- class2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class2.php b/class2.php index f58990daa..d0cfa59a8 100644 --- a/class2.php +++ b/class2.php @@ -812,7 +812,7 @@ if ((e_QUERY == 'logout')/* || (($pref['user_tracking'] == 'session') && isset($ cookie(e_COOKIE, '', (time() - 2592000)); e107::getEvent()->trigger('logout'); - e107::getRedirect()->redirect(e_BASE.'index.php'); + e107::getRedirect()->redirect(SITEURL.'index.php'); // header('location:'.e_BASE.'index.php'); exit(); }