summaryrefslogtreecommitdiffstats
path: root/usr/local/www/ifstats.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-09 02:06:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-09 02:06:23 +0000
commit918e54c7c2f6f70b4175b0c98379ebe2de7c8307 (patch)
tree27f477895625ccc5717aa667ccc2d7991cd8c709 /usr/local/www/ifstats.php
parentdeea2272990a71b7e9632cc66754d03d481cb272 (diff)
downloadpfsense-918e54c7c2f6f70b4175b0c98379ebe2de7c8307.zip
pfsense-918e54c7c2f6f70b4175b0c98379ebe2de7c8307.tar.gz
Work with PPPoE as well
Diffstat (limited to 'usr/local/www/ifstats.php')
-rw-r--r--usr/local/www/ifstats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/ifstats.php b/usr/local/www/ifstats.php
index 76fefa5..8785ef1 100644
--- a/usr/local/www/ifstats.php
+++ b/usr/local/www/ifstats.php
@@ -39,7 +39,7 @@
$ifinfo['hwif'] = $config['interfaces'][$if]['if'];
if(!$ifinfo['hwif'])
$ifinfo['hwif'] = $if;
- if ($if == "wan")
+ if ($if == "wan" || $if == "ng0")
$ifinfo['if'] = get_real_wan_interface();
else
$ifinfo['if'] = $ifinfo['hwif'];
OpenPOWER on IntegriCloud