summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-26 22:02:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-26 22:02:55 +0000
commita651b0f6c33b17bbfb7de3fd5cfc4882c88c03ba (patch)
tree24c25b5e8bc867559d44380b81d09388f1b06531 /usr/local/www/graph.php
parentc5d2380c752511e5f2401c50af62c0d4e6cffb2d (diff)
downloadpfsense-a651b0f6c33b17bbfb7de3fd5cfc4882c88c03ba.zip
pfsense-a651b0f6c33b17bbfb7de3fd5cfc4882c88c03ba.tar.gz
Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to fix Ticket #828
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 4ef4716..b4c7683 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -40,7 +40,7 @@ $ifname=@$_GET["ifname"]?$_GET["ifname"]:"Interface $ifnum"; //Interface name t
$scale_type="up"; //Autoscale default setup : "up" = only increase scale; "follow" = increase and decrease scale according to current graphed datas
$nb_plot=120; //NB plot in graph
$time_interval=1; //Refresh time Interval
-$fetch_link = "ifstats.php?if=$ifnum";
+$fetch_link = "ifstats.cgi?$ifnum";
//SVG attributes
$attribs['axis']='fill="black" stroke="black"';
OpenPOWER on IntegriCloud