diag_dns.php it seems like a good time to delete non functional links here, since private.dnsstuff.com isn't active. closes https://github.com/opnsense/core/pull/3677

This commit is contained in:
Ad Schellevis 2019-08-29 09:54:06 +02:00
parent 79732b440e
commit eff129c820

View File

@ -80,7 +80,7 @@ include("head.inc"); ?>
<table class="table table-striped">
<tbody>
<tr>
<td><?=gettext("Hostname or IP");?></td>
<td style="width: 22%"><?=gettext("Hostname or IP");?></td>
<td>
<input name="host" type="text" value="<?=htmlspecialchars($host);?>" />
</td>
@ -134,11 +134,6 @@ include("head.inc"); ?>
<td>
<a href ="/diag_ping.php?host=<?=htmlspecialchars($host)?>&amp;interface=wan&amp;count=3"><?=gettext("Ping");?></a> <br />
<a href ="/diag_traceroute.php?host=<?=htmlspecialchars($host)?>&amp;ttl=18"><?=gettext("Traceroute");?></a>
<p>
<?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?><br /><br />
<a target="_blank" href="http://private.dnsstuff.com/tools/whois.ch?ip=<?=$ipaddr; ?>"><?=gettext("IP WHOIS @ DNS Stuff");?></a><br />
<a target="_blank" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?=$ipaddr; ?>"><?=gettext("IP Info @ DNS Stuff");?></a>
</p>
</td>
</tr>
<?php