index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/bcornec/fixntp
u
<
?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
/**
*/
/**
* @ignore
*/
define
(
'IN_PHPBB'
,
true
);
$phpbb_root_path
= (
defined
(
'PHPBB_ROOT_PATH'
))
? PHPBB_ROOT_PATH
:
'./'
;
$phpEx
=
substr
(
strrchr
(
__FILE__
,
'.'
),
1
);
include
(
$phpbb_root_path
.
'common.'
.
$phpEx
);
include
(
$phpbb_root_path
.
'includes/functions_url_matcher.'
.
$phpEx
);
// Start session management
$user->session_begin
();
$auth->acl
(
$user->data
);
$user->setup
(
'app'
);
$http_kernel
=
$phpbb_container->get
(
'http_kernel'
);
$symfony_request
=
$phpbb_container->get
(
'symfony_request'
);
$response
=
$http_kernel->handle