diff options
Diffstat (limited to 'frontends/php/chart.php')
| -rw-r--r-- | frontends/php/chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart.php b/frontends/php/chart.php index 3d59dfd7..5590f835 100644 --- a/frontends/php/chart.php +++ b/frontends/php/chart.php @@ -9,7 +9,7 @@ if(!isset($period)) { - $period=0; + $period=3600; } if(!isset($from)) |
