summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-26 23:13:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-26 23:13:11 +0000
commit029c5888ca82b930c813c97d5bbd9f70f24cfd0a (patch)
tree1fd2bace3ccbf71a9a5664906c5f90098dfb2959 /usr/local/www/status_graph.php
parent0543e1e9b260de5ab2625bfe53609e8ec6774fb4 (diff)
downloadpfsense-029c5888ca82b930c813c97d5bbd9f70f24cfd0a.zip
pfsense-029c5888ca82b930c813c97d5bbd9f70f24cfd0a.tar.gz
Default to "wan"
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index a1d26ef..fcdc731 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -48,7 +48,7 @@ if ($_GET['if']) {
$curif = $_GET['if'];
$ifnum = $config['interfaces'][$curif]['if'];
} else {
- $curif = "WAN";
+ $curif = "wan";
$ifnum = get_real_wan_interface();
}
OpenPOWER on IntegriCloud