diff options
author | Pim van den Berg | 2009-09-28 19:53:38 +0200 |
---|---|---|
committer | Pim van den Berg | 2009-09-28 20:05:29 +0200 |
commit | db5bc6fbd9a568bd3267fecff076da455d5e23f7 (patch) | |
tree | 7d215ed55f1aee8a41172def9707e58e9d91c003 /plugin/entropy.php | |
parent | add a footer to each page (diff) | |
download | apt-panopticon_cgp-db5bc6fbd9a568bd3267fecff076da455d5e23f7.zip apt-panopticon_cgp-db5bc6fbd9a568bd3267fecff076da455d5e23f7.tar.gz apt-panopticon_cgp-db5bc6fbd9a568bd3267fecff076da455d5e23f7.tar.bz2 apt-panopticon_cgp-db5bc6fbd9a568bd3267fecff076da455d5e23f7.tar.xz |
change webdir/weburl and include/require usage
- Don't depend on includes from files that are included.
- Don't use webdir with includes/requires (also because webdir couldn't
be available in some cases).
- Use common.inc.php instead of config.php in all plugins to have all
configuration settings available.
Diffstat (limited to '')
-rw-r--r-- | plugin/entropy.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/entropy.php b/plugin/entropy.php index 55159dc..58d810b 100644 --- a/plugin/entropy.php +++ b/plugin/entropy.php | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | # Collectd Entropy plugin | 3 | # Collectd Entropy 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 | # entropy/entropy.rrd | 9 | # entropy/entropy.rrd |