Policy list added

pull/1/head
root 17 years ago
parent 79129197a9
commit 62ef6a37bb

@ -0,0 +1,22 @@
<?php
loadem("index");
showheader(_("CAcert - Policies"));
?>
<h1>CAcert Policies</h1>
<ul>
<?php
foreach (glob("*.php") as $filename)
{
if($filename != "index.php")
{
echo "<li><a href='$filename'>$filename</a></li>\n";
}
}
?>
</ul>
</body>
</html>
Loading…
Cancel
Save