mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Last fix of screwup
git-svn-id: file:///svn/phpbb/trunk@801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -43,5 +43,10 @@ else if( $userdata['user_level'] != ADMIN )
|
||||
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
|
||||
}
|
||||
|
||||
include('page_header_admin.'.$phpEx);
|
||||
if ($no_page_header != TRUE)
|
||||
{
|
||||
// Not including the pageheader can be neccesarry if META tags are
|
||||
// needed in the calling script.
|
||||
include('page_header_admin.'.$phpEx);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user