1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 22:26:32 +02:00

permission changes

git-svn-id: file:///svn/phpbb/trunk@2857 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-08-15 16:02:48 +00:00
parent 807f003c99
commit 832c29d3f5

View File

@ -31,7 +31,7 @@ include($phpbb_root_path . 'common.'.$phpEx);
// Start session management
//
$userdata = $session->start($update);
$acl = new acl('admin', $userdata);
$acl = new acl($userdata);
//
// End session management
//