summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-03-15 14:54:52 +0100
committerRemy <relst@relst.nl>2015-03-15 14:54:52 +0100
commitaa18355e381064baf188011ec6942dbe5fdfb1be (patch)
treef6aaf5c8d3090e70e85c17ac33f895cd38fdaf75
parent6434b3dbb8b528607a9da605a16b9e8bdd870531 (diff)
downloadssl-decoder-aa18355e381064baf188011ec6942dbe5fdfb1be.zip
ssl-decoder-aa18355e381064baf188011ec6942dbe5fdfb1be.tar.gz
ssl-decoder-aa18355e381064baf188011ec6942dbe5fdfb1be.tar.bz2
Add backlink
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index f89c94b..6dbf408 100644
--- a/index.php
+++ b/index.php
@@ -78,6 +78,7 @@ foreach (glob("functions/*.php") as $filename) {
echo "<li><a href='#cert".$nextkey."'><strong>".$nextkey."</strong> : ". htmlspecialchars(get_cert_cn($value)) ."</a></li>";
}
?>
+ <li><a href="<?php echo(htmlspecialchars($current_folder)); ?>">Try another website</a></li>
<li><hr></li>
<li><a href="https://cipherli.st/">Strong Cipherlists</a></li>
<li><a href="https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html">Apache SSL Tutorial</a></li>