From 1bac695a72e263a4bd71d1d8079e06bb227c1077 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Apr 2011 12:53:36 +0200 Subject: revert previous commit, as phpbb-seo is incompatible with phpbb license the commit is still in git, and can be reserected with a branch, but having it on HEAD make forum deployment more difficult --- phpBB/common.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index 729c4f88b7..c8b2fb9609 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -217,17 +217,7 @@ unset($dbpasswd); // Grab global variables, re-cache if necessary $config = $cache->obtain_config(); -// www.phpBB-SEO.com SEO TOOLKIT BEGIN -if (empty($phpbb_seo) ) { - require_once($phpbb_root_path . 'phpbb_seo/phpbb_seo_class.'.$phpEx); - $phpbb_seo = new phpbb_seo(); - @define('PHPBB_USE_BOARD_URL_PATH', true); -} -// www.phpBB-SEO.com SEO TOOLKIT END -// www.phpBB-SEO.com SEO TOOLKIT BEGIN - META -require_once($phpbb_root_path . 'phpbb_seo/phpbb_seo_meta.'.$phpEx); -$seo_meta = new seo_meta(); -// www.phpBB-SEO.com SEO TOOLKIT END - META + // 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'))); -- cgit v1.2.1