This commit is contained in:
parent
977116c2e7
commit
6aec958273
1 changed files with 7 additions and 0 deletions
|
@ -640,6 +640,13 @@
|
||||||
header('Location: '.$newUrl, true, 301); // 301 = Permanently Moved
|
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"));
|
showheader(_("Welcome to CAcert.org"));
|
||||||
includeit($id);
|
includeit($id);
|
||||||
showfooter();
|
showfooter();
|
||||||
|
|
Loading…
Reference in a new issue