diff options
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-x | usr/local/www/status_graph.php | 2 |
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"; |