aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/app.php')
-rw-r--r--phpBB/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/app.php b/phpBB/app.php
index 9ff9069104..a2dbb1ae5b 100644
--- a/phpBB/app.php
+++ b/phpBB/app.php
@@ -17,6 +17,7 @@ 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($this->root_path . 'includes/functions_url_matcher' . $this->php_ext);
// Start session management
$user->session_begin();