Skip to content

Commit

Permalink
Update edit.ctp
Browse files Browse the repository at this point in the history
(*.pem) MISP#1246
  • Loading branch information
deralexxx committed Jan 20, 2017
1 parent b740a68 commit b05d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Servers/edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
?>
<div class="clear">
<p>
<span class="bold">Server certificate file: </span>
<span class="bold">Server certificate file (*.pem): </span>
<span id="serverEditCertValue">
<?php
if (isset($server['Server']['cert_file']) && !empty($server['Server']['cert_file'])) echo h($server['Server']['cert_file']);
Expand Down

0 comments on commit b05d1b1

Please sign in to comment.