1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

proper logout redirect link

This commit is contained in:
secretr
2010-11-16 13:44:55 +00:00
parent 81212c5b4e
commit 1c9863fcf5

View File

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