summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-06 15:34:36 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-11-06 15:34:36 -0400
commit818c54ee199c0f3071eeb8da276b7f6462f0cfb0 (patch)
tree8e7c1b67940dbfd6cc9d290dde55c62380281d9d /usr/local/www/status_graph.php
parent43a0ac8a29c50aca48d8889fbf29f52d144a9907 (diff)
downloadpfsense-818c54ee199c0f3071eeb8da276b7f6462f0cfb0.zip
pfsense-818c54ee199c0f3071eeb8da276b7f6462f0cfb0.tar.gz
Do not use sub array
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 2ec071f..c674cbc 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -55,8 +55,8 @@ else
$height = "200";
// Get configured interface list
-$ifdescrs = get_configured_interface_with_descr(true);
-$ifdescrs[] = array("enc0", "IPSEC");
+$ifdescrs = get_configured_interface_with_descr();
+$ifdescrs["enc0"] = "IPSEC";
if ($_GET['if']) {
$curif = $_GET['if'];
OpenPOWER on IntegriCloud