diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 0870786824..bfdc2c4fd4 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -143,10 +143,6 @@ if (@is_file($phpbb_root_path . $config['exts_composer_vendor_dir'] . '/autoload require_once($phpbb_root_path . $config['exts_composer_vendor_dir'] . '/autoload.php'); } -// Add own hook handler -require($phpbb_root_path . 'includes/hooks/index.' . $phpEx); -$phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('template', 'display'))); - /* @var $phpbb_hook_finder \phpbb\hook\finder */ $phpbb_hook_finder = $phpbb_container->get('hook_finder'); |