Commit 0c53d462 authored by Franco Fichtner's avatar Franco Fichtner

rrd: remove custom override and zap the resulting non-error

parent 82fefce6
<?php
/*
Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2009 Seth Mos <seth.mos@dds.nl>
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment