generated from smedev/Template-for-SMEServer-Contribs-Package
* Thu Sep 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-12.sme
- Attempt to fix the final reload after CA creation [SME: 11192]
This commit is contained in:
@@ -5,12 +5,14 @@ include('./include/common.php');
|
||||
|
||||
printHeader(about);
|
||||
?>
|
||||
<center><h1>PHPki HELP FILES</h1>
|
||||
<a href=<?=BASE_URL?>help/PKI_basics.html><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a>
|
||||
<a href=<?=BASE_URL?>help/cacert_install_ie.html><h3>Installing Our Root Certificate For Use With Outlook and Outlook Express</h3></a>
|
||||
<p><a href=<?=BASE_URL?>help/usercert_install_ie.html><h3>Installing Your Personal E-mail Certificate For Use With Outlook and Outlook Express</h3></a>
|
||||
<p><a href=<?=BASE_URL?>help/glossary.html><h3>Glossary</h3></a>
|
||||
<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>
|
||||
|
||||
</center>
|
||||
<?
|
||||
<?php
|
||||
printFooter();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user