diff options
Diffstat (limited to 'www/account.php')
-rwxr-xr-x[-rw-r--r--] | www/account.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/account.php b/www/account.php index 434053f..d1dd695 100644..100755 --- a/www/account.php +++ b/www/account.php @@ -64,6 +64,10 @@ die("No such file."); } exit; + } else if ($id == 37) { + $protocol = $_SERVER['HTTPS'] ? 'https' : 'http'; + $newUrl = $protocol . '://wiki.cacert.org/FAQ/AboutUs'; + header('Location: '.$newUrl, true, 301); // 301 = Permanently Moved } else { showheader(_("My CAcert.org Account!")); includeit($id, "account"); |