diff options
| author | Marek A. R <aptx@phpbb.com> | 2008-06-19 17:51:11 +0000 |
|---|---|---|
| committer | Marek A. R <aptx@phpbb.com> | 2008-06-19 17:51:11 +0000 |
| commit | 3892e7330adb2464293428e58f882f7d18fc8558 (patch) | |
| tree | f63b1345d692b0f482327e0ae239d157d1b29890 /phpBB | |
| parent | aeb36226c04722ca38a7daed6fddf6a3bbbed749 (diff) | |
| download | forums-3892e7330adb2464293428e58f882f7d18fc8558.tar forums-3892e7330adb2464293428e58f882f7d18fc8558.tar.gz forums-3892e7330adb2464293428e58f882f7d18fc8558.tar.bz2 forums-3892e7330adb2464293428e58f882f7d18fc8558.tar.xz forums-3892e7330adb2464293428e58f882f7d18fc8558.zip | |
Fix merge to use the new constants
git-svn-id: file:///svn/phpbb/trunk@8660 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/acp/acp_main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php index d71fc8043d..4918d99a4a 100644 --- a/phpBB/includes/acp/acp_main.php +++ b/phpBB/includes/acp/acp_main.php @@ -63,7 +63,7 @@ class acp_main if ($action === 'admlogout') { $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); trigger_error($user->lang['ADM_LOGGED_OUT'] . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . $redirect_url . '">', '</a>')); } |
