diff options
author | Michael Tänzer <neo@nhng.de> | 2010-11-12 00:13:09 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2010-11-12 00:13:09 +0100 |
commit | d385b7b2647355444a08b3b7f16924dc106f8a34 (patch) | |
tree | 2de224c6588848833d06591d5c5165e54aa54f72 | |
parent | d407985f1916c3dbfa0182582908075d807ddefa (diff) | |
download | cacert-devel-d385b7b2647355444a08b3b7f16924dc106f8a34.tar.gz cacert-devel-d385b7b2647355444a08b3b7f16924dc106f8a34.tar.xz cacert-devel-d385b7b2647355444a08b3b7f16924dc106f8a34.zip |
Bug #876: NRP-DaL to be removed immediately
- We don't need dynamic content here, so remove any PHP (as with the other
policies)
- Fix markup
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | www/policy/NRPDisclaimerAndLicence.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/policy/NRPDisclaimerAndLicence.php b/www/policy/NRPDisclaimerAndLicence.php index 21965e6..bee8f26 100644 --- a/www/policy/NRPDisclaimerAndLicence.php +++ b/www/policy/NRPDisclaimerAndLicence.php @@ -1,9 +1,8 @@ -<?php -loadem("index"); -$id = intval($id); -//showheader(_("CAcert - Non-Related Persons - Disclaimer and Licence")); -?> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head><title>NRP-DAL was replaced by the Root Distribution License</title></head> +<body> <table border="1" bgcolor="#EEEEEE"><tr><td> The document "Non Related Persons - Disclaimer And Licence" was replaced by the Root Distribution Licence, which can be found <a href="/policy/RootDistributionLicense.php">here</a>. |