summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php7
1 files changed, 7 insertions, 0 deletions
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();