summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 23:32:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 23:32:37 +0000
commit6e97e831bc86915998d69ca98b3fd412f9e000c8 (patch)
tree977f63cda69f767279ef0683224c6bab65bab55c /usr/local/www/graph.php
parent427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9 (diff)
downloadpfsense-6e97e831bc86915998d69ca98b3fd412f9e000c8.zip
pfsense-6e97e831bc86915998d69ca98b3fd412f9e000c8.tar.gz
stats.cgi -> ifstats.cgi
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 8c8df79..056dcf5 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 = "stats.cgi?$ifnum";
+$fetch_link = "ifstats.cgi?$ifnum";
//SVG attributes
$attribs['axis']='fill="black" stroke="black"';
OpenPOWER on IntegriCloud