mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
ggrr
git-svn-id: file:///svn/phpbb/trunk@2852 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ce3591abfb
commit
67f4e334ec
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ include($phpbb_root_path . 'common.'.$phpEx);
|
|||
// Start session management
|
||||
//
|
||||
$userdata = $session->start($update);
|
||||
$acl = new auth('admin', $userdata);
|
||||
$acl = new acl('admin', $userdata);
|
||||
//
|
||||
// End session management
|
||||
//
|
||||
|
@ -189,7 +189,7 @@ function page_footer($copyright_html = true)
|
|||
|
||||
}
|
||||
|
||||
function page_message($title, $message, $show_header)
|
||||
function page_message($title, $message, $show_header = false)
|
||||
{
|
||||
global $phpEx, $SID, $lang;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue