summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-12 21:46:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-12 21:46:49 +0000
commit521e07c70dc84702e4c8b84828a1006f8f19ac0f (patch)
tree511700abd5a8865f20089431fb659fa21a6672bb /usr/local/www/status_rrd_graph_img.php
parent344b023027a539da11396fd2dd52b559393af11b (diff)
downloadpfsense-521e07c70dc84702e4c8b84828a1006f8f19ac0f.zip
pfsense-521e07c70dc84702e4c8b84828a1006f8f19ac0f.tar.gz
Correct the 48h counter.
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 10b9401..749436c 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -75,7 +75,7 @@ $graphs['2h']['scale'] = "MINUTE:5:MINUTE:10:MINUTE:30:0:%H%:%M";
$graphs['6h']['seconds'] = 21600;
$graphs['6h']['average'] = 300;
$graphs['6h']['scale'] = "MINUTE:10:MINUTE:30:MINUTE:30:0:%H%:%M";
-$graphs['48h']['seconds'] = 108000;
+$graphs['48h']['seconds'] = 172800;
$graphs['48h']['average'] = 300;
$graphs['48h']['scale'] = "HOUR:1:HOUR:6:HOUR:2:0:%H";
$graphs['14d']['seconds'] = 1209600;
OpenPOWER on IntegriCloud