From 078cfa70db475e82e06e9a6677e813cd4bd5c431 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 29 Dec 2013 16:49:29 +0100 Subject: fix heigth -> height typo --- graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph.php') diff --git a/graph.php b/graph.php index 31f697c..37e442a 100644 --- a/graph.php +++ b/graph.php @@ -5,7 +5,7 @@ require_once 'inc/functions.inc.php'; $plugin = validate_get(GET('p'), 'plugin'); $width = empty($_GET['x']) ? $CONFIG['width'] : $_GET['x']; -$heigth = empty($_GET['y']) ? $CONFIG['heigth'] : $_GET['y']; +$height = empty($_GET['y']) ? $CONFIG['height'] : $_GET['y']; if (validate_get(GET('h'), 'host') === NULL) { error_log('CGP Error: plugin contains unknown characters'); -- cgit v1.1