diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php index d66a9d7250..2eedd90097 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"));