From 4ce315be297075f8a72b26ce63e2801c0d4e3cc5 Mon Sep 17 00:00:00 2001 From: Wytze van der Raay Date: Mon, 29 Nov 2010 16:31:07 +0000 Subject: [PATCH] Fix for https://bugs.cacert.org/view.php?id=876 --- www/policy/NRPDisclaimerAndLicence.php | 105 +++---------------------- www/policy/index.php | 2 +- 2 files changed, 11 insertions(+), 96 deletions(-) diff --git a/www/policy/NRPDisclaimerAndLicence.php b/www/policy/NRPDisclaimerAndLicence.php index 6dbc647..bee8f26 100644 --- a/www/policy/NRPDisclaimerAndLicence.php +++ b/www/policy/NRPDisclaimerAndLicence.php @@ -1,99 +1,14 @@ - + + +NRP-DAL was replaced by the Root Distribution License +
-

-

- - -

- -

- CAcert Inc , -the 'issuer', -to you, the 'user', -being a general user of the Internet.")?> -

- -

Disclaimer

- -

- -

- -

-ISSUER DISCLAIMS ALL LIABILITY TO YOU -on behalf of itself and its related parties.")?> -

- -

- -

- -

- -
  • - -
  • - -
  • - -
  • - -
- -
- -

- -

- -

- - - -

- -

- +The document "Non Related Persons - Disclaimer And Licence" was replaced by the Root Distribution Licence, which can be found here. + + + + + diff --git a/www/policy/index.php b/www/policy/index.php index 8506489..d3bfb06 100644 --- a/www/policy/index.php +++ b/www/policy/index.php @@ -25,7 +25,7 @@ showheader(_("CAcert - Policies")); foreach (glob("*.php") as $filename) { - if($filename != "index.php") + if($filename != "index.php" && $filename != "NRPDisclaimerAndLicence.php") { echo "
  • $filename
  • \n"; }