From 27f4901dd1f56a1305de5e67d724e5d7e6153fb1 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 22 Jul 2014 20:47:57 +0200 Subject: conf: replace [] by array() to support PHP < 5.4 --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/config.php') 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'; $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; # rrdtool special command-line options -$CONFIG['rrdtool_opts'] = []; +$CONFIG['rrdtool_opts'] = array(); # category of hosts to show on main page #$CONFIG['cat']['category1'] = array('host1', 'host2'); -- cgit v1.1