aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/Uptime.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'type/Uptime.class.php')
-rw-r--r--type/Uptime.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/type/Uptime.class.php b/type/Uptime.class.php
index 4ada117..3f8a01e 100644
--- a/type/Uptime.class.php
+++ b/type/Uptime.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_Uptime extends Type_Default { 5class Type_Uptime 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();