aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/GenericIO.class.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 11:23:52 +0200
committerPim van den Berg2014-05-03 11:37:26 +0200
commit8d0358af583d921da35d8ac9ae96d5c419ce5ba3 (patch)
treeaaaaada8c2b4848edd56374d7501becadca5e431 /type/GenericIO.class.php
parenttype/Default: don't depend on external function GET (diff)
downloadapt-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.php4
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
3require_once 'Default.class.php'; 3require_once 'Base.class.php';
4 4
5class Type_GenericIO extends Type_Default { 5class 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();