92 |
nsComment = "PHPki/OpenSSL Generated Secure Server Certificate" |
nsComment = "PHPki/OpenSSL Generated Secure Server Certificate" |
93 |
nsBaseUrl = http://www.somewhere.com/phpki/ |
nsBaseUrl = http://www.somewhere.com/phpki/ |
94 |
nsRevocationUrl = ns_revoke_query.php? |
nsRevocationUrl = ns_revoke_query.php? |
|
diff -Nur --no-dereference phpki-ng.old/phpki-ng-0.84/search.php phpki-ng/phpki-ng-0.84/search.php |
|
|
--- phpki-ng.old/phpki-ng-0.84/search.php 2022-11-18 14:43:19.942000000 -0500 |
|
|
+++ phpki-ng/phpki-ng-0.84/search.php 2022-12-14 12:02:02.321000000 -0500 |
|
|
@@ -102,7 +102,7 @@ |
|
|
<td><?php echo htvar($rec['unit'])?></td> |
|
|
<td><?php echo htvar($rec['locality'])?></td> |
|
|
<td><?php echo htvar($rec['province'])?></td> |
|
|
- <td><a href="<?php echo htmlentities($_SERVER['SCRIPT_NAME'])?> ?stage=display&serial=<?php echo htvar($rec['serial'])?>" target=_certdisp><img src=images/display.png alt="Display" title="Display the certificate in excruciating detail"></a> |
|
|
+ <td><a href="<?php echo htmlentities($_SERVER['SCRIPT_NAME'])?>?stage=display&serial=<?php echo htvar($rec['serial'])?>" target=_certdisp><img src=images/display.png alt="Display" title="Display the certificate in excruciating detail"></a> |
|
|
<?php |
|
|
if ($rec['status'] != 'Revoked') { |
|
|
?> |
|
95 |
diff -Nur --no-dereference phpki-ng.old/phpki-ng-0.84/setup.php-presetup phpki-ng/phpki-ng-0.84/setup.php-presetup |
diff -Nur --no-dereference phpki-ng.old/phpki-ng-0.84/setup.php-presetup phpki-ng/phpki-ng-0.84/setup.php-presetup |
96 |
--- phpki-ng.old/phpki-ng-0.84/setup.php-presetup 2022-11-18 14:43:19.973000000 -0500 |
--- phpki-ng.old/phpki-ng-0.84/setup.php-presetup 2022-11-18 14:43:19.973000000 -0500 |
97 |
+++ phpki-ng/phpki-ng-0.84/setup.php-presetup 2022-12-14 12:08:40.031000000 -0500 |
+++ phpki-ng/phpki-ng-0.84/setup.php-presetup 2022-12-14 12:08:40.031000000 -0500 |