summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-05 19:46:39 -0500
committersullrich <sullrich@pfsense.org>2009-12-05 19:46:39 -0500
commitc51684d780720b70c8bb06e979760cbab2db5876 (patch)
treeb5564e37fee6cb6fa31e0b3d9f6621d60b8d32e5 /usr
parent4c7e2f4e1e15cd06a99dc4f400c4c1dccd601062 (diff)
downloadpfsense-c51684d780720b70c8bb06e979760cbab2db5876.zip
pfsense-c51684d780720b70c8bb06e979760cbab2db5876.tar.gz
Open links in new tab/window
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_dns.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index 7883059..e76bb7e 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -102,8 +102,8 @@ include("head.inc"); ?>
<td width="22%" valign="top" class="vncell">More Information:</td>
<td width="78%" class="vtable">
NOTE: These links are to external services, so their reliability cannot be guaranteed.<br/><br/>
- <a href="http://private.dnsstuff.com/tools/whois.ch?ip=<?php echo $ipaddr; ?>">IP WHOIS @ DNS Stuff</a><br />
- <a href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?php echo $ipaddr; ?>">IP Info @ DNS Stuff</a>
+ <a target="_new" href="http://private.dnsstuff.com/tools/whois.ch?ip=<?php echo $ipaddr; ?>">IP WHOIS @ DNS Stuff</a><br />
+ <a target="_new" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?php echo $ipaddr; ?>">IP Info @ DNS Stuff</a>
</td>
</tr>
<?php } ?>
OpenPOWER on IntegriCloud