mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
Fix merge to use the new constants
git-svn-id: file:///svn/phpbb/trunk@8660 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -63,7 +63,7 @@ class acp_main
|
|||||||
if ($action === 'admlogout')
|
if ($action === 'admlogout')
|
||||||
{
|
{
|
||||||
$user->unset_admin();
|
$user->unset_admin();
|
||||||
$redirect_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
$redirect_url = append_sid(PHPBB_ROOT_PATH . 'index.' . PHP_EXT);
|
||||||
meta_refresh(3, $redirect_url);
|
meta_refresh(3, $redirect_url);
|
||||||
trigger_error($user->lang['ADM_LOGGED_OUT'] . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . $redirect_url . '">', '</a>'));
|
trigger_error($user->lang['ADM_LOGGED_OUT'] . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . $redirect_url . '">', '</a>'));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user