diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/load.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/load.php b/plugin/load.php index d7db740..17002ea 100644 --- a/plugin/load.php +++ b/plugin/load.php | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | # Collectd Load plugin | 3 | # Collectd Load plugin |
4 | 4 | ||
5 | require_once $CONFIG['webdir'].'/conf/config.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once $CONFIG['webdir'].'/type/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
7 | 7 | ||
8 | ## LAYOUT | 8 | ## LAYOUT |
9 | # load/load.rrd | 9 | # load/load.rrd |