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