summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index edfe9b2..9f67f54 100644
--- a/index.php
+++ b/index.php
@@ -86,6 +86,7 @@ foreach (glob("functions/*.php") as $filename) {
$warntxt = " <sup>(<strong>".htmlspecialchars(count($value['warning']))."</strong>)</sup>";
}
echo "<li><a href='#cert".(string)$key."'><strong>".$key."</strong> : ". htmlspecialchars($value["cert_data"]["subject"]["CN"]) . $warntxt . "</a></li>";
+ $warntxt = "";
}
?>
<li><a href="<?php echo(htmlspecialchars($current_folder)); ?>">Try another website</a></li>