From 7d80239407fc1c8f552ba2a334b86fbc5b9fecb9 Mon Sep 17 00:00:00 2001 From: smos Date: Sun, 12 Sep 2010 22:30:02 +0200 Subject: Disable the 12 hour graph for now, it appears to have defective math. --- usr/local/www/status_rrd_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/status_rrd_graph.php') diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php index d66a9d7..2eedd90 100755 --- a/usr/local/www/status_rrd_graph.php +++ b/usr/local/www/status_rrd_graph.php @@ -198,7 +198,7 @@ $custom_databases = array_merge($dbheader_custom, $databases); $styles = array('inverse' => gettext('Inverse'), 'absolute' => gettext('Absolute')); -$graphs = array("12hour", "day", "week", "month", "quarter", "year", "4year"); +$graphs = array("day", "week", "month", "quarter", "year", "4year"); $periods = array("current" => gettext("Current Period"), "previous" => gettext("Previous Period")); $pgtitle = array(gettext("Status"),gettext("RRD Graphs")); -- cgit v1.1