summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-11 00:38:19 +0100
committerheper <heper@users.noreply.github.com>2015-11-11 00:38:19 +0100
commit7d67222eb498e5b7140c4c56f5b29e5224cce811 (patch)
treeb6d8e17f8853ac51decc2daacef19925769ede8d /src/usr/local/www/diag_dns.php
parent5e1cfe9ec5b8a8db54510432ab70acf7aa16c76c (diff)
downloadpfsense-7d67222eb498e5b7140c4c56f5b29e5224cce811.zip
pfsense-7d67222eb498e5b7140c4c56f5b29e5224cce811.tar.gz
fix Bug #5400
interface=wan could be offline/disabled in multi-wan systems. also, currently no code in diag_ping.php to convert 'wan' => source-ip
Diffstat (limited to 'src/usr/local/www/diag_dns.php')
-rwxr-xr-xsrc/usr/local/www/diag_dns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index e2bfedc..22366bf 100755
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -285,7 +285,7 @@ if (!$input_errors && $type) {
<div class="panel-heading"><h2 class="panel-title">More information</h2></div>
<div class="panel-body">
<ul class="list-group">
- <li class="list-group-item"><a href="/diag_ping.php?host=<?=htmlspecialchars($host)?>&amp;interface=wan&amp;count=3"><?=gettext("Ping")?></a></li>
+ <li class="list-group-item"><a href="/diag_ping.php?host=<?=htmlspecialchars($host)?>&amp;count=3"><?=gettext("Ping")?></a></li>
<li class="list-group-item"><a href="/diag_traceroute.php?host=<?=htmlspecialchars($host)?>&amp;ttl=18"><?=gettext("Traceroute")?></a></li>
</ul>
<p><?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?></p>
OpenPOWER on IntegriCloud