From 0c53d462281732d83a4e79fb9872533ae61d033e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Feb 2015 21:39:55 +0100 Subject: [PATCH] rrd: remove custom override and zap the resulting non-error --- src/www/status_rrd_graph_img.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/www/status_rrd_graph_img.php b/src/www/status_rrd_graph_img.php index 443af79f8..f2183d4f3 100644 --- a/src/www/status_rrd_graph_img.php +++ b/src/www/status_rrd_graph_img.php @@ -1,4 +1,5 @@ @@ -253,14 +254,6 @@ $colorntpd = array('0080FF','00E344','FF0000','000000'); /* Captive Portal Concurrent Concurrent Users */ $colorcaptiveportalusers = array('990000'); -/* select theme colors if the inclusion file exists */ -$rrdcolors = "{$g['www_path']}/themes/{$g['theme']}/rrdcolors.inc.php"; -if(file_exists($rrdcolors)) { - include($rrdcolors); -} else { - log_error(sprintf(gettext("rrdcolors.inc.php for theme %s does not exist, using defaults!"),$g['theme'])); -} - switch ($curstyle) { case "absolute": $multiplier = 1;