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 --- conf/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index fc10a43..5ce761b 100644 --- a/conf/config.php +++ b/conf/config.php @@ -59,10 +59,10 @@ $CONFIG['page_refresh'] = ''; # default width/height of the graphs $CONFIG['width'] = 400; -$CONFIG['heigth'] = 175; +$CONFIG['height'] = 175; # default width/height of detailed graphs $CONFIG['detail-width'] = 800; -$CONFIG['detail-heigth'] = 350; +$CONFIG['detail-height'] = 350; # collectd's unix socket (unixsock plugin) # enabled: 'unix:///var/run/collectd-unixsock' -- cgit v1.1