summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymii <RaymiiOrg@users.noreply.github.com>2015-08-24 09:12:00 +0200
committerRaymii <RaymiiOrg@users.noreply.github.com>2015-08-24 09:12:00 +0200
commit78e3d6a0d1d321a7a484a432e519b33e9c726087 (patch)
treeddb2853c5017cfa523459eb4f57c0c15d52c34ca
parentbf2753f8adc98e650db95c89dcecb71c2228cbae (diff)
downloadssl-decoder-78e3d6a0d1d321a7a484a432e519b33e9c726087.zip
ssl-decoder-78e3d6a0d1d321a7a484a432e519b33e9c726087.tar.gz
ssl-decoder-78e3d6a0d1d321a7a484a432e519b33e9c726087.tar.bz2
Update index.php
Reset warning count, otherwise menu options have incorrect warning count
-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>