summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-10 23:14:19 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-10 23:14:31 -0500
commitce2078f7d0558b044474bb86697ee39763721c90 (patch)
tree3161f229b629756f82fdd8d0899801089e0ba7b8 /usr/local/www/graph.php
parent2b30323ef3ebbd11d84e913db3b33e514b0657a6 (diff)
downloadpfsense-ce2078f7d0558b044474bb86697ee39763721c90.zip
pfsense-ce2078f7d0558b044474bb86697ee39763721c90.tar.gz
Unbreak graphs
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 6634ed3..fb11d42 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -51,6 +51,7 @@ header("Content-type: image/svg+xml");
/********** HTTP GET Based Conf ***********/
$ifnum=@$_GET["ifnum"]; // BSD / SNMP interface name / number
+$ifnum = get_real_interface($ifnum);
$ifname=@$_GET["ifname"]?$_GET["ifname"]:"Interface $ifnum"; //Interface name that will be showed on top right of graph
/********* Other conf *******/
OpenPOWER on IntegriCloud