* Thu Sep 11 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.84-17.sme

- import from SME10 CVS and rename back to phpki
This commit is contained in:
2025-09-11 00:08:25 -04:00
parent a747530268
commit 0611ace533
14 changed files with 93 additions and 69 deletions

View File

@@ -801,7 +801,7 @@ EOS;
case 'finished':
// We get here if we complete the previous section
// if OS = SME the go to server manager else, reload
// if OS = SME then go to server manager else, reload
if (getOSInformation){
$location = "/server-manager/cgi-bin/phpki";
} else {
@@ -887,7 +887,7 @@ E-mail: <a href=mailto:someone@somewhere.com>someone@somewhere.com</a>&nbsp;&nbs
}
if (! $crl_distrib) {
$crl_distrib = 'index.php?stage=dl_crl';
$crl_distrib = 'dl_crl.php';
}
if (! $revoke_url) {
$revoke_url = 'ns_revoke_query.php?';