diff options
author | Pim van den Berg | 2014-05-03 11:23:52 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-05-03 11:37:26 +0200 |
commit | 8d0358af583d921da35d8ac9ae96d5c419ce5ba3 (patch) | |
tree | aaaaada8c2b4848edd56374d7501becadca5e431 /type/GenericIO.class.php | |
parent | type/Default: don't depend on external function GET (diff) | |
download | apt-panopticon_cgp-8d0358af583d921da35d8ac9ae96d5c419ce5ba3.zip apt-panopticon_cgp-8d0358af583d921da35d8ac9ae96d5c419ce5ba3.tar.gz apt-panopticon_cgp-8d0358af583d921da35d8ac9ae96d5c419ce5ba3.tar.bz2 apt-panopticon_cgp-8d0358af583d921da35d8ac9ae96d5c419ce5ba3.tar.xz |
type: move generic functions to base class
Diffstat (limited to 'type/GenericIO.class.php')
-rw-r--r-- | type/GenericIO.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/type/GenericIO.class.php b/type/GenericIO.class.php index 231c098..df3a057 100644 --- a/type/GenericIO.class.php +++ b/type/GenericIO.class.php | |||
@@ -1,8 +1,8 @@ | |||
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | require_once 'Default.class.php'; | 3 | require_once 'Base.class.php'; |
4 | 4 | ||
5 | class Type_GenericIO extends Type_Default { | 5 | class Type_GenericIO extends Type_Base { |
6 | 6 | ||
7 | function rrd_gen_graph() { | 7 | function rrd_gen_graph() { |
8 | $rrdgraph = $this->rrd_options(); | 8 | $rrdgraph = $this->rrd_options(); |