diff options
author | Remy <relst@relst.nl> | 2015-03-15 14:54:52 +0100 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-03-15 14:54:52 +0100 |
commit | aa18355e381064baf188011ec6942dbe5fdfb1be (patch) | |
tree | f6aaf5c8d3090e70e85c17ac33f895cd38fdaf75 | |
parent | 6434b3dbb8b528607a9da605a16b9e8bdd870531 (diff) | |
download | ssl-decoder-aa18355e381064baf188011ec6942dbe5fdfb1be.zip ssl-decoder-aa18355e381064baf188011ec6942dbe5fdfb1be.tar.gz ssl-decoder-aa18355e381064baf188011ec6942dbe5fdfb1be.tar.bz2 |
Add backlink
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |