On 1.2. the traffic graphs have only color per item and as such do not use a array.

This commit is contained in:
Seth 2009-08-26 22:45:12 +02:00
parent 3790bbcf9f
commit 48b5719192

View File

@ -30,10 +30,10 @@
/* This file is included by the RRD graphing page and sets the colors */
$colortrafficup = array("666666", "CCCCCC");
$colortrafficdown = array("990000", "CC0000");
$colorpacketsup = array("666666", "CCCCCC");
$colorpacketsdown = array("990000", "CC0000");
$colortrafficup = "666666";
$colortrafficdown = "990000";
$colorpacketsup = "666666";
$colorpacketsdown = "990000";
$colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colorprocessor = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colormemory = array('990000','a83c3c','b36666','bd9090','cccccc','000000');