diff options
author | Michael Tänzer <neo@nhng.de> | 2011-04-21 04:31:15 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-04-21 04:31:15 +0200 |
commit | d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a (patch) | |
tree | 130b0db7fb6edfa650ea115829884cab98c61703 /www/policy/index.php | |
parent | a3d7949c04a06539a8a0982968f711b7832d8672 (diff) | |
download | cacert-devel-d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a.tar.gz cacert-devel-d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a.tar.xz cacert-devel-d17953a5f2f1d2d4a4df1993e3fc749e4c606f6a.zip |
#921: Create new privacy policy page, link to it and replace the old pages
with a warning
#921: "http://www.cacert.org/index.php?id=10 fixes PP (Privacy Policy)"
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'www/policy/index.php')
-rw-r--r-- | www/policy/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/policy/index.php b/www/policy/index.php index d3bfb06..7101c1f 100644 --- a/www/policy/index.php +++ b/www/policy/index.php @@ -23,6 +23,11 @@ showheader(_("CAcert - Policies")); <ul> <?php +foreach (glob("*.html") as $filename) +{ + echo "<li><a href='$filename'>$filename</a></li>\n"; +} + foreach (glob("*.php") as $filename) { if($filename != "index.php" && $filename != "NRPDisclaimerAndLicence.php") |