aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index d43d0f529a..a68cdab988 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -249,22 +249,6 @@ $auth = new auth();
$cache = new acm();
$template = new template();
-// Add own hook handler, if present. :o
-if (file_exists(PHPBB_ROOT_PATH . 'includes/hooks/index.' . PHP_EXT))
-{
- require(PHPBB_ROOT_PATH . 'includes/hooks/index.' . PHP_EXT);
- $phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('template', 'display')));
-
- foreach (cache::obtain_hooks() as $hook)
- {
- @include(PHPBB_ROOT_PATH . 'includes/hooks/' . $hook . '.' . PHP_EXT);
- }
-}
-else
-{
- $phpbb_hook = false;
-}
-
// Set some standard variables we want to force
$config = array(
'load_tplcompile' => '1'