summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/status_rrd_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index 5b393fe..125abf4 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -165,7 +165,7 @@ $curstyle = "inverse";
if ($_GET['style']) {
foreach($styles as $style)
- if($style == $_GET['style'])
+ if(strtoupper($style) == strtoupper($_GET['style']))
$curstyle = $_GET['style'];
} else {
if(! empty($config['rrd']['style'])) {
OpenPOWER on IntegriCloud