diff options
author | Pim van den Berg | 2014-07-22 20:47:57 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-07-22 20:47:57 +0200 |
commit | 27f4901dd1f56a1305de5e67d724e5d7e6153fb1 (patch) | |
tree | b7a1c6145792b47288cbb42c4d443eb550c22e44 /conf | |
parent | graph: use filter_var instead of filter_input to allow overriding GET from de... (diff) | |
download | apt-panopticon_cgp-27f4901dd1f56a1305de5e67d724e5d7e6153fb1.zip apt-panopticon_cgp-27f4901dd1f56a1305de5e67d724e5d7e6153fb1.tar.gz apt-panopticon_cgp-27f4901dd1f56a1305de5e67d724e5d7e6153fb1.tar.bz2 apt-panopticon_cgp-27f4901dd1f56a1305de5e67d724e5d7e6153fb1.tar.xz |
conf: replace [] by array() to support PHP < 5.4
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php index 57a0188..324c441 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -13,7 +13,7 @@ $CONFIG['typesdb'][] = '/usr/share/collectd/types.db'; | |||
13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | 13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; |
14 | 14 | ||
15 | # rrdtool special command-line options | 15 | # rrdtool special command-line options |
16 | $CONFIG['rrdtool_opts'] = []; | 16 | $CONFIG['rrdtool_opts'] = array(); |
17 | 17 | ||
18 | # category of hosts to show on main page | 18 | # category of hosts to show on main page |
19 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); | 19 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); |