summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-10 04:34:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-10 04:34:17 +0000
commitdd521ae8904bfa97396e6be8dbbeee5185ca6af5 (patch)
tree67d04c40f083fbdcfb831f3424e2e14c5cd2069b /usr/local/www/status_graph.php
parent8c1c3773b66c7bec522e4555e663fb7b704e4e0c (diff)
downloadpfsense-dd521ae8904bfa97396e6be8dbbeee5185ca6af5.zip
pfsense-dd521ae8904bfa97396e6be8dbbeee5185ca6af5.tar.gz
Woops, y is now height.
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