Fix some pki/ to PKI/
This commit is contained in:
parent
2d377cb744
commit
c7335fdadb
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<span class="glyphicon glyphicon-trash"></span></a>
|
||||
<a href="/{$SALT_ADMIN}/certificate/get?name={$t->team_name}">
|
||||
<span class="glyphicon glyphicon-floppy-save"></span></a>
|
||||
{if not $t->revoked && is_file("{$MISC_DIR}/pki/pkcs/{$t->team_name}.p12")}
|
||||
{if not $t->revoked && is_file("{$MISC_DIR}/PKI/pkcs/{$t->team_name}.p12")}
|
||||
<a href="/{$SALT_ADMIN}/certificate/revoke?name={$t->team_name}"
|
||||
onclick="return confirm('Êtes-vous sûr de vouloir révoquer ce certificat ?')">
|
||||
<span class="glyphicon glyphicon-remove"></span></a>
|
||||
|
|
|
|||
Reference in a new issue