graphs.php
author Dan
Tue, 20 Jan 2009 22:08:07 -0500
changeset 51 508400fc5282
parent 43 ce2e9caf2dfa
permissions -rw-r--r--
Major change to permissions backend - performs whois check (only supported blitzed and freenode right now) and advanced permissions supported.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
eb92dc5d9fb4 Can't believe I never put graphs.php in there.
Dan
parents:
diff changeset
     1
<?php
eb92dc5d9fb4 Can't believe I never put graphs.php in there.
Dan
parents:
diff changeset
     2
43
ce2e9caf2dfa Added support for different types of graphs; added a last 60 minutes line graph
Dan
parents: 19
diff changeset
     3
require(dirname(__FILE__) . '/graphing/class.3dbargraph.php');
ce2e9caf2dfa Added support for different types of graphs; added a last 60 minutes line graph
Dan
parents: 19
diff changeset
     4
require(dirname(__FILE__) . '/graphing/class.linegraph.php');
ce2e9caf2dfa Added support for different types of graphs; added a last 60 minutes line graph
Dan
parents: 19
diff changeset
     5
require(dirname(__FILE__) . '/graphing/class.piegraph.php');
19
eb92dc5d9fb4 Can't believe I never put graphs.php in there.
Dan
parents:
diff changeset
     6