diff options
author | Pim van den Berg | 2013-12-29 16:49:29 +0100 |
---|---|---|
committer | Pim van den Berg | 2013-12-29 16:51:26 +0100 |
commit | 078cfa70db475e82e06e9a6677e813cd4bd5c431 (patch) | |
tree | 204fc91526567fb87abe43fd38a3b45b9b4ac838 /conf/config.php | |
parent | automatic page refresh support + config setting (diff) | |
download | apt-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 '')
-rw-r--r-- | conf/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'] = ''; | |||
59 | 59 | ||
60 | # default width/height of the graphs | 60 | # default width/height of the graphs |
61 | $CONFIG['width'] = 400; | 61 | $CONFIG['width'] = 400; |
62 | $CONFIG['heigth'] = 175; | 62 | $CONFIG['height'] = 175; |
63 | # default width/height of detailed graphs | 63 | # default width/height of detailed graphs |
64 | $CONFIG['detail-width'] = 800; | 64 | $CONFIG['detail-width'] = 800; |
65 | $CONFIG['detail-heigth'] = 350; | 65 | $CONFIG['detail-height'] = 350; |
66 | 66 | ||
67 | # collectd's unix socket (unixsock plugin) | 67 | # collectd's unix socket (unixsock plugin) |
68 | # enabled: 'unix:///var/run/collectd-unixsock' | 68 | # enabled: 'unix:///var/run/collectd-unixsock' |