mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/11259] Make phpbb_admin_path available everywhere
PHPBB3-11259
This commit is contained in:
@@ -216,7 +216,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||
break;
|
||||
|
||||
case 'adm/index':
|
||||
case $adm_relative_path . 'index':
|
||||
$location = $user->lang['ACP'];
|
||||
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user