summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index f49a1d3..2def8be 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -36,7 +36,7 @@ if ($_POST['width'])
else
$width = "550";
-if ($_POST['y'])
+if ($_POST['height'])
$height = $_POST['height'];
else
$height = "275";
OpenPOWER on IntegriCloud