diff options
Diffstat (limited to 'phpBB/includes/functions_acp.php')
| -rw-r--r-- | phpBB/includes/functions_acp.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index c83bc1f7a6..b9210114ef 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -67,7 +67,8 @@ function adm_page_header($page_title)  		'SID'					=> $SID,  		'_SID'					=> $_SID,  		'SESSION_ID'			=> $user->session_id, -		'ROOT_PATH'				=> $phpbb_admin_path, +		'ROOT_PATH'				=> $phpbb_root_path, +		'ADMIN_ROOT_PATH'		=> $phpbb_admin_path,  		'U_LOGOUT'				=> append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout'),  		'U_ADM_LOGOUT'			=> append_sid("{$phpbb_admin_path}index.$phpEx", 'action=admlogout'), | 
