mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
aeb36226c0
commit
3892e7330a
1 changed files with 1 additions and 1 deletions
|
@ -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>'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue