summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 05:41:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 05:41:33 +0000
commitc394a5d18df7742c5aa20318ff27e3f4acb6b6ae (patch)
tree5c0da8d557c68d8542dba7ec6d75366192789f13 /usr/local/www/status_interfaces.php
parent6205a304dcd6ebfc6e0e9b32f3256f118b6da41a (diff)
downloadpfsense-c394a5d18df7742c5aa20318ff27e3f4acb6b6ae.zip
pfsense-c394a5d18df7742c5aa20318ff27e3f4acb6b6ae.tar.gz
Use resolv.conf
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 3d15bbe..860a86a 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -299,7 +299,7 @@ include("head.inc");
<td width="78%" class="listr">
<?=htmlspecialchars($ifinfo['gateway']);?>
</td>
- </tr><?php endif; if ($ifdescr == "wan" && file_exists("{$g['varetc_path']}/nameservers.conf")): ?>
+ </tr><?php endif; if ($ifdescr == "wan" && file_exists("{$g['varetc_path']}/resolv.conf")): ?>
<td width="22%" class="vncellt">ISP DNS servers</td>
<td width="78%" class="listr">
<?php
OpenPOWER on IntegriCloud