summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-25 23:52:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-25 23:52:31 +0000
commit19ac33afdc11fb168a8f51ebe87fca08dbd58d00 (patch)
tree8bb22d85c0cfc57f24d10a3dc40fb1a8839364d0 /usr/local/www/graph.php
parentcd407459dcad8f618908f396a553688d9d5d9d1a (diff)
downloadpfsense-19ac33afdc11fb168a8f51ebe87fca08dbd58d00.zip
pfsense-19ac33afdc11fb168a8f51ebe87fca08dbd58d00.tar.gz
Port ifstats.c over to php.
Ticket #784
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index b4c7683..6a4dc60 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -39,8 +39,8 @@ $ifname=@$_GET["ifname"]?$_GET["ifname"]:"Interface $ifnum"; //Interface name t
/********* Other conf *******/
$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.cgi?$ifnum";
+$time_interval=2.5; //Refresh time Interval
+$fetch_link = "ifstats.php?if=$ifnum";
//SVG attributes
$attribs['axis']='fill="black" stroke="black"';
OpenPOWER on IntegriCloud