summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-09-15 07:03:54 +0200
committerRemy <relst@relst.nl>2015-09-15 07:03:54 +0200
commite027683bc3d9ef4a38c27739201080c3b4239041 (patch)
treefd39295b74c9fcc6a951404a6d926e8414a4911b
parent3ab5479375fdb029d8f8e14cb61a0947267c50cd (diff)
downloadssl-decoder-e027683bc3d9ef4a38c27739201080c3b4239041.zip
ssl-decoder-e027683bc3d9ef4a38c27739201080c3b4239041.tar.gz
ssl-decoder-e027683bc3d9ef4a38c27739201080c3b4239041.tar.bz2
change footer link to main site
-rw-r--r--inc/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/footer.php b/inc/footer.php
index f46615a..ad71a58 100644
--- a/inc/footer.php
+++ b/inc/footer.php
@@ -3,7 +3,7 @@ if(empty($_SERVER['HTTP_X_REQUESTED_WITH']) || strtolower($_SERVER['HTTP_X_REQUE
?>
<div class="footer">
<div class="col-md-6 col-md-offset-1 container">
- <p class="text-muted">By <a href="https://raymii.org/s/software/OpenSSL_Decoder.html">Remy van Elst</a>. License: GNU AGPLv3. <a href="https://github.com/RaymiiOrg/ssl-decoder">Source code</a>. <a href="https://github.com/RaymiiOrg/ssl-decoder#json-api">JSON API</a>. <strong><a href="https://cipherli.st/">Strong SSL Ciphers & Config settings @ Cipherli.st</a></strong>. Version: <?php echo $version; ?></p>
+ <p class="text-muted">By <a href="https://raymii.org/s/">Remy van Elst</a>. License: GNU AGPLv3. <a href="https://github.com/RaymiiOrg/ssl-decoder">Source code</a>. <a href="https://github.com/RaymiiOrg/ssl-decoder#json-api">JSON API</a>. <strong><a href="https://cipherli.st/">Strong SSL Ciphers & Config settings @ Cipherli.st</a></strong>. Version: <?php echo $version; ?></p>
</div>
</div>
</div>