From a79b7a78a9175dd7449739c44ead1e2b8832ff30 Mon Sep 17 00:00:00 2001 From: Wytze van der Raay Date: Wed, 26 Jun 2013 11:04:21 +0000 Subject: [PATCH] Fix for http://bugs.cacert.org/view.php?id=1102 "New Class3 root Policy links to http://www.CAcert.org/index.php?id=10; [^] page displays: plz correct link" --- pages/index/10.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pages/index/10.php b/pages/index/10.php index 9e09bb8..7280e09 100644 --- a/pages/index/10.php +++ b/pages/index/10.php @@ -14,11 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> -

-', ''); -?> -

+*/ + + header('HTTP/1.0 301 Moved Permanently'); + header('Location: http://www.cacert.org/policy/CertificationPracticeStatement.php'); + exit();