aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2011-04-19 12:53:36 +0200
committerMichael Scherer <misc@zarb.org>2011-04-19 12:53:36 +0200
commit1bac695a72e263a4bd71d1d8079e06bb227c1077 (patch)
tree7246e2206346fb635a9bb69fac942ead2d9d80b7 /phpBB/common.php
parentb85c3b967a7f6fa061439061076695613622960c (diff)
downloadforums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.gz
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.bz2
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.xz
forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.zip
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
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php12
1 files changed, 1 insertions, 11 deletions
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')));