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(); }