diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-10 04:34:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-10 04:34:17 +0000 |
commit | dd521ae8904bfa97396e6be8dbbeee5185ca6af5 (patch) | |
tree | 67d04c40f083fbdcfb831f3424e2e14c5cd2069b /usr/local/www | |
parent | 8c1c3773b66c7bec522e4555e663fb7b704e4e0c (diff) | |
download | pfsense-dd521ae8904bfa97396e6be8dbbeee5185ca6af5.zip pfsense-dd521ae8904bfa97396e6be8dbbeee5185ca6af5.tar.gz |
Woops, y is now height.
Diffstat (limited to 'usr/local/www')
-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"; |