summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-11-07 19:41:08 +0100
committersmos <seth.mos@dds.nl>2011-11-07 19:41:08 +0100
commit0d5f874d27995de822f596fea9ae5333cecadffb (patch)
tree1ad07059d0072881de7a49691050c1154ad18a03
parent9b1a73f3cad2d9e194697a5cbc78f1990e8c4e8e (diff)
downloadpfsense-0d5f874d27995de822f596fea9ae5333cecadffb.zip
pfsense-0d5f874d27995de822f596fea9ae5333cecadffb.tar.gz
Actually reflect the end time instead of always $now.
Fix Ticket #1990
-rwxr-xr-xusr/local/www/status_rrd_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index e548530..93c4dfd 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -461,7 +461,7 @@ function get_dates($curperiod, $graph) {
<?=gettext("Start:");?>
<input type="text" name="start" class="formfldunknown" length="32" value="<?php echo $start;?>">
<?=gettext("End:");?>
- <input type="text" name="end" class="formfldunknown" length="32" value="<?php echo $now;?>">
+ <input type="text" name="end" class="formfldunknown" length="32" value="<?php echo $end;?>">
<input type="submit" name="Submit" value="<?=gettext("Go"); ?>">
<?php
$curdatabase = $curoption;
OpenPOWER on IntegriCloud