diff options
author | Raymii <RaymiiOrg@users.noreply.github.com> | 2015-08-24 09:12:00 +0200 |
---|---|---|
committer | Raymii <RaymiiOrg@users.noreply.github.com> | 2015-08-24 09:12:00 +0200 |
commit | 78e3d6a0d1d321a7a484a432e519b33e9c726087 (patch) | |
tree | ddb2853c5017cfa523459eb4f57c0c15d52c34ca | |
parent | bf2753f8adc98e650db95c89dcecb71c2228cbae (diff) | |
download | ssl-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |