1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14576] Move common required files to bootstrap

PHPBB3-14576
This commit is contained in:
Matt Friedman
2016-03-31 11:06:47 -07:00
parent c9ffef2c57
commit 14e8113fcf
141 changed files with 10 additions and 289 deletions

View File

@@ -11,10 +11,7 @@
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_posting.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
/**
* @group functional

View File

@@ -11,8 +11,6 @@
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
/**
* @group functional
*/

View File

@@ -11,8 +11,6 @@
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
/**
* @group functional
*/

View File

@@ -11,8 +11,6 @@
*
*/
require_once __DIR__ . '/../../phpBB/includes/functions.php';
/**
* @group functional
*/