diff options
author | Remy <relst@relst.nl> | 2015-06-03 20:04:10 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-06-03 20:04:10 +0200 |
commit | 15ce045513f91fbe7fa0a79abf243c220148edc9 (patch) | |
tree | b602c065930931cec6558f5bf178a9d149afbab1 /functions/variables.php | |
parent | 8988fd075de01b2e0c4ea406d426486ae482664a (diff) | |
download | ssl-decoder-15ce045513f91fbe7fa0a79abf243c220148edc9.zip ssl-decoder-15ce045513f91fbe7fa0a79abf243c220148edc9.tar.gz ssl-decoder-15ce045513f91fbe7fa0a79abf243c220148edc9.tar.bz2 |
add warning about new domain name
Diffstat (limited to 'functions/variables.php')
-rw-r--r-- | functions/variables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/variables.php b/functions/variables.php index 965dbe6..a2e1d24 100644 --- a/functions/variables.php +++ b/functions/variables.php @@ -100,7 +100,7 @@ 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"; |