diff options
author | Remy <relst@relst.nl> | 2015-09-15 07:03:30 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-09-15 07:03:30 +0200 |
commit | 3ab5479375fdb029d8f8e14cb61a0947267c50cd (patch) | |
tree | 9ac3cabfb11c83fe7e059add39346c7d539876b3 /functions/variables.php | |
parent | 4ae079b7e58652a0602f169316928888ec5a2f1c (diff) | |
download | ssl-decoder-3ab5479375fdb029d8f8e14cb61a0947267c50cd.zip ssl-decoder-3ab5479375fdb029d8f8e14cb61a0947267c50cd.tar.gz ssl-decoder-3ab5479375fdb029d8f8e14cb61a0947267c50cd.tar.bz2 |
remove .so domain warning
Diffstat (limited to 'functions/variables.php')
-rw-r--r-- | functions/variables.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions/variables.php b/functions/variables.php index 30c6c14..6eef6f1 100644 --- a/functions/variables.php +++ b/functions/variables.php @@ -98,7 +98,6 @@ function choose_endpoint($ips, $host, $port, $ciphersuites) { echo "</p>\n"; echo "</div>\n"; echo "<div id='resultDiv'></div>\n"; - echo "<div class='alert alert-info' role='alert'>Because of upcoming <a href='https://www.openprovider.co.uk/about-openprovider/news/upcoming-changes-somalian-so-domains'>.so TLD changes</a>, the SSL decoder's new domain is <a href='https://ssldecoder.org'>ssldecoder.org</a>. Please update your bookmarks.</div>"; echo "<div class='content'>\n<section id='choose_endpoint'>\n"; echo "<header>\n<h2>Multiple endpoints for " . htmlspecialchars($host) . "</h2>\n</header>\n"; echo "<p>We've found multiple results for " . htmlspecialchars($host) . ". Please choose the host you want to scan from the list below:</p>\n<br>\n"; |