aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.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 /detail.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 'detail.php')
-rw-r--r--detail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/detail.php b/detail.php
index 5bf2883..524c708 100644
--- a/detail.php
+++ b/detail.php
@@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php';
9if (empty($_GET['x'])) 9if (empty($_GET['x']))
10 $_GET['x'] = $CONFIG['detail-width']; 10 $_GET['x'] = $CONFIG['detail-width'];
11if (empty($_GET['y'])) 11if (empty($_GET['y']))
12 $_GET['y'] = $CONFIG['detail-heigth']; 12 $_GET['y'] = $CONFIG['detail-height'];
13 13
14$host = validate_get(GET('h'), 'host'); 14$host = validate_get(GET('h'), 'host');
15$plugin = validate_get(GET('p'), 'plugin'); 15$plugin = validate_get(GET('p'), 'plugin');