Update edit.ctp

(*.pem) https://github.com/MISP/MISP/issues/1246
pull/1856/head
Alexander J 2017-01-20 16:12:08 +01:00 committed by GitHub
parent 2aad201f26
commit 2e0faa6812
1 changed files with 1 additions and 1 deletions

View File

@ -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']);