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/includes/session.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'phpBB/includes/session.php') diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 6189cf27f2..5f5b39fe27 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -619,16 +619,12 @@ class session } else { - // www.phpBB-SEO.com SEO TOOLKIT BEGIN - // This part will be fixed in 3.0.9 (see http://tracker.phpbb.com/browse/PHPBB3-9908) - // But as is or updated, it will not mix well with USU and Zero Duplicate (which already removes them) // Bot user, if they have a SID in the Request URI we need to get rid of it // otherwise they'll index this page with the SID, duplicate content oh my! - /*if (isset($_GET['sid'])) + if (isset($_GET['sid'])) { redirect(build_url(array('sid'))); - }*/ - // www.phpBB-SEO.com SEO TOOLKIT END + } $this->data['session_last_visit'] = $this->time_now; } -- cgit v1.2.1