diff options
-rw-r--r--[-rwxr-xr-x] | pages/index/8.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | www/index.php | 7 |
2 files changed, 0 insertions, 7 deletions
diff --git a/pages/index/8.php b/pages/index/8.php index 4d515a6..4d515a6 100755..100644 --- a/pages/index/8.php +++ b/pages/index/8.php diff --git a/www/index.php b/www/index.php index 3afe111..6390f2c 100755..100644 --- 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(); |