Files
phpki-ng/help.php

19 lines
724 B
PHP
Raw Normal View History

2012-02-28 08:23:39 +00:00
<?php
include('./config.php');
include('./include/my_functions.php');
include('./include/common.php');
printHeader(about);
?>
<center>
<h1>PHPki HELP FILES</h1>
<p><a href="<?php echo BASE_URL?>help/PKI_basics.html"><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p>
<p><a href="<?php echo BASE_URL?>help/cacert_install_ie.html"><h3>Installing Our Root Certificate For Use With Outlook and Outlook Express</h3></a></p>
<p><a href="<?php echo BASE_URL?>help/usercert_install_ie.html"><h3>Installing Your Personal E-mail Certificate For Use With Outlook and Outlook Express</h3></a></p>
<p><a href="<?php echo BASE_URL?>help/glossary.html"><h3>Glossary</h3></a></p>
2012-02-28 08:23:39 +00:00
</center>
2015-03-01 20:24:19 +06:00
<?php
2012-02-28 08:23:39 +00:00
printFooter();
?>