diff options
Diffstat (limited to 'graph.php')
| -rw-r--r-- | graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ require_once 'inc/functions.inc.php'; | |||
| 5 | 5 | ||
| 6 | $plugin = validate_get(GET('p'), 'plugin'); | 6 | $plugin = validate_get(GET('p'), 'plugin'); |
| 7 | $width = empty($_GET['x']) ? $CONFIG['width'] : $_GET['x']; | 7 | $width = empty($_GET['x']) ? $CONFIG['width'] : $_GET['x']; |
| 8 | $heigth = empty($_GET['y']) ? $CONFIG['heigth'] : $_GET['y']; | 8 | $height = empty($_GET['y']) ? $CONFIG['height'] : $_GET['y']; |
| 9 | 9 | ||
| 10 | if (validate_get(GET('h'), 'host') === NULL) { | 10 | if (validate_get(GET('h'), 'host') === NULL) { |
| 11 | error_log('CGP Error: plugin contains unknown characters'); | 11 | error_log('CGP Error: plugin contains unknown characters'); |
