1 |
diff -urN phpki.old/phpki-0.82/ca/main.php phpki/phpki-0.82/ca/main.php |
2 |
--- phpki.old/phpki-0.82/ca/main.php 2009-08-26 19:22:33.000000000 +0200 |
3 |
+++ phpki/phpki-0.82/ca/main.php 2009-08-26 19:26:23.000000000 +0200 |
4 |
@@ -126,13 +126,13 @@ |
5 |
<td>Some applications automagically reference the Certificate Revocation List to determine |
6 |
certificate validity. It is not necessary to perform this update function, as the CRL is |
7 |
updated when certificates are revoked. However, doing so is harmless. |
8 |
- <a href=../help.php target=_help>Read the online help</a> to learn more about this.</td></tr> |
9 |
+ <a href=../ca/help.php target=_help>Read the online help</a> to learn more about this.</td></tr> |
10 |
|
11 |
<tr><td style="text-align: center; vertical-align: middle; font-weight: bold;"> |
12 |
<a href=<?=$PHP_SELF?>?stage=dl_root>Download the Root Certificate</a><br><br> |
13 |
<a href=<?=$PHP_SELF?>?stage=display_root_pem>Display the Root Certificate (PEM Encoded)</a></td> |
14 |
<td>The "Root" certificate must be installed before using any of the |
15 |
- certificates issued here. <a href=../help.php target=_help>Read the online help</a> |
16 |
+ certificates issued here. <a href=../ca/help.php target=_help>Read the online help</a> |
17 |
to learn more about this.</td></tr> |
18 |
|
19 |
<tr><td style="text-align: center; vertical-align: middle; font-weight: bold;"> |