1 |
diff -ruN phpki-ng.old/phpki-ng-0.84/help.php phpki-ng/phpki-ng-0.84/help.php |
2 |
--- phpki-ng.old/phpki-ng-0.84/help.php 2021-08-05 12:25:16.156278953 +0200 |
3 |
+++ phpki-ng/phpki-ng-0.84/help.php 2021-08-05 12:38:54.333643287 +0200 |
4 |
@@ -7,10 +7,10 @@ |
5 |
?> |
6 |
<center> |
7 |
<h1>PHPki HELP FILES</h1> |
8 |
- <p><a href="<?php echo BASE_URL?>"help/PKI_basics.html><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p> |
9 |
- <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> |
10 |
- <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> |
11 |
- <p><a href="<?php echo BASE_URL?>"help/glossary.html><h3>Glossary</h3></a></p> |
12 |
+ <p><a href="<?php echo BASE_URL?>help/PKI_basics.html"><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p> |
13 |
+ <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> |
14 |
+ <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> |
15 |
+ <p><a href="<?php echo BASE_URL?>help/glossary.html"><h3>Glossary</h3></a></p> |
16 |
</center> |
17 |
<?php |
18 |
printFooter(); |