From b57fe4fb06a73db1d75e4794c81490f94d45019c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Tue, 27 Sep 2011 14:14:55 +0200 Subject: Source code taken from cacert-20110927.tar.bz2 --- www/index.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www') diff --git a/www/index.php b/www/index.php index a4c50fc..a139c4a 100644 --- a/www/index.php +++ b/www/index.php @@ -640,6 +640,13 @@ header('Location: '.$newUrl, true, 301); // 301 = Permanently Moved } + if ($id == 8) + { + $protocol = $_SERVER['HTTPS'] ? 'https' : 'http'; + $newUrl = $protocol . '://wiki.cacert.org/Board'; + header('Location: '.$newUrl, true, 301); // 301 = Permanently Moved + } + showheader(_("Welcome to CAcert.org")); includeit($id); showfooter(); -- cgit v1.2.1