From 430e17750ea4a2361ae3e145de61fdfa2acb065b Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 19 Apr 2015 00:46:59 +0100 Subject: [PATCH] Removed duplicate In --- html/includes/graphs/generic_data.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/generic_data.inc.php b/html/includes/graphs/generic_data.inc.php index 63cc15cebe..a85a6c760b 100644 --- a/html/includes/graphs/generic_data.inc.php +++ b/html/includes/graphs/generic_data.inc.php @@ -94,7 +94,7 @@ if($format == "octets" || $format == "bytes") $rrd_options .= " COMMENT:'bps Now Ave Max 95th %\\n'"; $rrd_options .= " AREA:in".$format."_max#D7FFC7:"; -$rrd_options .= " AREA:in".$format."#90B040:'In '"; +$rrd_options .= " AREA:in".$format."#90B040:"; $rrd_options .= " LINE:in".$format."#608720:'In '"; #$rrd_options .= " LINE1.25:in".$format."#006600:'In '"; $rrd_options .= " GPRINT:in".$format.":LAST:%6.2lf%s";