aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php1
-rw-r--r--phpBB/includes/template/template.php (renamed from phpBB/includes/template.php)0
-rw-r--r--phpBB/install/database_update.php1
-rw-r--r--phpBB/install/index.php1
4 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 46f78a7926..67fb5cf6ae 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -182,7 +182,6 @@ if (!empty($load_extensions) && function_exists('dl'))
// Include files
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
-require($phpbb_root_path . 'includes/template.' . $phpEx);
require($phpbb_root_path . 'includes/session.' . $phpEx);
require($phpbb_root_path . 'includes/auth.' . $phpEx);
diff --git a/phpBB/includes/template.php b/phpBB/includes/template/template.php
index 935605b12a..935605b12a 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template/template.php
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 0d3e96f342..ca7ac8aad5 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -60,7 +60,6 @@ if (!empty($load_extensions) && function_exists('dl'))
// Include files
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
-require($phpbb_root_path . 'includes/template.' . $phpEx);
require($phpbb_root_path . 'includes/session.' . $phpEx);
require($phpbb_root_path . 'includes/auth.' . $phpEx);
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 6618e42ae8..15f8c670a4 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -162,7 +162,6 @@ if (file_exists($phpbb_root_path . 'includes/functions_content.' . $phpEx))
include($phpbb_root_path . 'includes/auth.' . $phpEx);
include($phpbb_root_path . 'includes/session.' . $phpEx);
-include($phpbb_root_path . 'includes/template.' . $phpEx);
include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
include($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
require($phpbb_root_path . 'includes/functions_install.' . $phpEx);