forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
11
onyx2/modules/phpbb/main.php
Normal file
11
onyx2/modules/phpbb/main.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = $OPT['dir_forum'];
|
||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||
include($phpbb_root_path . 'common.' . $phpEx);
|
||||
$user->session_begin();
|
||||
$auth->acl($user->data);
|
||||
$user->setup();
|
||||
|
||||
unset($phpbb_root_path, $phpEx);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue