summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-08 10:52:35 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-08 10:52:46 -0500
commit157b9d46a206dd53b71288c8d01d4c61775a2e83 (patch)
tree8af3316d31f8c7a9a70c12a090168f644c332a44 /usr/local/www/status_graph.php
parent08452bff7cfc28117ee134e3a1d97ef1f5282a85 (diff)
downloadpfsense-157b9d46a206dd53b71288c8d01d4c61775a2e83.zip
pfsense-157b9d46a206dd53b71288c8d01d4c61775a2e83.tar.gz
Return disabled interfaces as well
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 c674cbc..9bf71af 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -55,7 +55,7 @@ else
$height = "200";
// Get configured interface list
-$ifdescrs = get_configured_interface_with_descr();
+$ifdescrs = get_configured_interface_with_descr(false, true);
$ifdescrs["enc0"] = "IPSEC";
if ($_GET['if']) {
OpenPOWER on IntegriCloud