Skip to content

Commit

Permalink
Allow stupid superglobals because stupid phpbb disables them
Browse files Browse the repository at this point in the history
  • Loading branch information
Frug committed Mar 13, 2016
1 parent eeed169 commit 46413e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat/lib/custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
require($phpbb_root_path.'common.'.$phpEx);

$request->enable_super_globals();
// phpBB session management:
$user->session_begin();
$auth->acl($user->data);

0 comments on commit 46413e1

Please sign in to comment.