summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index 6e577c1..e1ee2b2 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -358,9 +358,9 @@ function get_dates($curperiod, $graph) {
switch($curcat) {
case "system":
- $optioncf = str_replace($search, $replace, $optionc[1]);
- echo "<option value=\"$optioncf\"";
- $prettyprint = ucwords(str_replace($search, $replace, $optioncf));
+ $optionc = str_replace($search, $replace, $optionc[1]);
+ echo "<option value=\"$optionc\"";
+ $prettyprint = ucwords(str_replace($search, $replace, $optionc));
break;
default:
/* Deduce a interface if possible and use the description */
OpenPOWER on IntegriCloud