diff options
author | Pim van den Berg | 2011-04-18 20:02:34 +0200 |
---|---|---|
committer | Pim van den Berg | 2011-04-18 20:02:34 +0200 |
commit | db230b2945a362420ffd5755d68e4a2a42e231ca (patch) | |
tree | 70f1858d8d95d9b746718971328b52466b1bd994 /plugin | |
parent | plugin: add contextswitch plugin (diff) | |
download | apt-panopticon_cgp-db230b2945a362420ffd5755d68e4a2a42e231ca.zip apt-panopticon_cgp-db230b2945a362420ffd5755d68e4a2a42e231ca.tar.gz apt-panopticon_cgp-db230b2945a362420ffd5755d68e4a2a42e231ca.tar.bz2 apt-panopticon_cgp-db230b2945a362420ffd5755d68e4a2a42e231ca.tar.xz |
plugin/contextswitch: correct plugin name
Diffstat (limited to '')
-rw-r--r-- | plugin/contextswitch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/contextswitch.php b/plugin/contextswitch.php index ddb3276..47851e6 100644 --- a/plugin/contextswitch.php +++ b/plugin/contextswitch.php | |||
@@ -1,6 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | # Collectd Entropy plugin | 3 | # Collectd contextswitch plugin |
4 | 4 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once 'type/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |