aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/graph.php
diff options
context:
space:
mode:
authorPim van den Berg2013-12-29 16:49:29 +0100
committerPim van den Berg2013-12-29 16:51:26 +0100
commit078cfa70db475e82e06e9a6677e813cd4bd5c431 (patch)
tree204fc91526567fb87abe43fd38a3b45b9b4ac838 /graph.php
parentautomatic page refresh support + config setting (diff)
downloadapt-panopticon_cgp-078cfa70db475e82e06e9a6677e813cd4bd5c431.zip
apt-panopticon_cgp-078cfa70db475e82e06e9a6677e813cd4bd5c431.tar.gz
apt-panopticon_cgp-078cfa70db475e82e06e9a6677e813cd4bd5c431.tar.bz2
apt-panopticon_cgp-078cfa70db475e82e06e9a6677e813cd4bd5c431.tar.xz
fix heigth -> height typo
Diffstat (limited to 'graph.php')
-rw-r--r--graph.php2
1 files changed, 1 insertions, 1 deletions
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';
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
10if (validate_get(GET('h'), 'host') === NULL) { 10if (validate_get(GET('h'), 'host') === NULL) {
11 error_log('CGP Error: plugin contains unknown characters'); 11 error_log('CGP Error: plugin contains unknown characters');