summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/graph.php2
-rwxr-xr-xusr/local/www/ifstats.cgibin6166 -> 3876 bytes
2 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"';
diff --git a/usr/local/www/ifstats.cgi b/usr/local/www/ifstats.cgi
index de9c71b..9b9289d 100755
--- a/usr/local/www/ifstats.cgi
+++ b/usr/local/www/ifstats.cgi
Binary files differ
OpenPOWER on IntegriCloud