diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index 798083519..f4eeb5ccf 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -49,7 +49,7 @@ if (!$auth) $graph_array['from'] = $config['time']['sixhour']; echo("
"); @@ -57,7 +57,7 @@ if (!$auth) $graph_array['from'] = $config['time']['day']; echo(""); @@ -65,7 +65,7 @@ if (!$auth) $graph_array['from'] = $config['time']['twoday']; echo(""); @@ -73,7 +73,7 @@ if (!$auth) $graph_array['from'] = $config['time']['week']; echo(""); @@ -81,7 +81,7 @@ if (!$auth) $graph_array['from'] = $config['time']['twoweek']; echo(""); @@ -89,7 +89,7 @@ if (!$auth) $graph_array['from'] = $config['time']['month']; echo(""); @@ -97,7 +97,7 @@ if (!$auth) $graph_array['from'] = $config['time']['twomonth']; echo(""); @@ -105,7 +105,7 @@ if (!$auth) $graph_array['from'] = $config['time']['year']; echo("");