From b04202b91ae74c1a36b3a876226b651d0fd844ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Fri, 16 Sep 2011 05:01:50 +0200 Subject: bug 910: correct checkin errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- www/index.php | 7 ------- 1 file changed, 7 deletions(-) mode change 100755 => 100644 www/index.php (limited to 'www') diff --git a/www/index.php b/www/index.php old mode 100755 new mode 100644 index 3afe111..6390f2c --- a/www/index.php +++ b/www/index.php @@ -635,13 +635,6 @@ header('Location: '.$newUrl, true, 301); // 301 = Permanently Moved } - if ($id == 19) - { - $protocol = $_SERVER['HTTPS'] ? 'https' : 'http'; - $newUrl = $protocol . '://wiki.cacert.org/FAQ/Privileges'; - header('Location: '.$newUrl, true, 301); // 301 = Permanently Moved - } - showheader(_("Welcome to CAcert.org")); includeit($id); showfooter(); -- cgit v1.2.1