diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index ac334f42a..351627540 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -31,12 +31,6 @@ if (!$auth) { include("includes/error-no-perm.inc.php"); } else { - -# Do we really need to show the type? User does not have to see the type of graph (i.e. sensor_temperature) - -# Yes, i think we doo, else we have graph titles of "router1". It's nice to show the type here. maybe only the pretty -# array_type? - if (isset($config['graph_types'][$type][$subtype]['descr'])) { $title .= " :: ".$config['graph_types'][$type][$subtype]['descr']; } else { $title .= " :: ".$graph_type; } $graph_array['height'] = "60"; @@ -50,12 +44,11 @@ if (!$auth) echo($title); print_optionbar_end(); - echo("