Revision dd521ae8
Added by Scott Ullrich over 20 years ago
usr/local/www/status_graph.php | ||
---|---|---|
36 | 36 |
else |
37 | 37 |
$width = "550"; |
38 | 38 |
|
39 |
if ($_POST['y'])
|
|
39 |
if ($_POST['height'])
|
|
40 | 40 |
$height = $_POST['height']; |
41 | 41 |
else |
42 | 42 |
$height = "275"; |
Also available in: Unified diff
Woops, y is now height.