modules/stats.php
author Dan
Mon, 05 Jan 2009 22:29:36 -0500
changeset 44 73f74d395f95
parent 20 e2f6e3af9959
permissions -rw-r--r--
Added theme support. Oh yeah, you can customize graphs using graph_{line,bar}.def.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
0acb8d9a3194 Welcome, modularization and stats.
Dan
parents:
diff changeset
     1
<?php
0acb8d9a3194 Welcome, modularization and stats.
Dan
parents:
diff changeset
     2
20
e2f6e3af9959 Stats now uses MySQL backend
Dan
parents: 17
diff changeset
     3
require('statsincludes/stats_core.php');
e2f6e3af9959 Stats now uses MySQL backend
Dan
parents: 17
diff changeset
     4
require('statsincludes/stats_logger.php');
e2f6e3af9959 Stats now uses MySQL backend
Dan
parents: 17
diff changeset
     5
require('statsincludes/stats_frontend.php');
8
0acb8d9a3194 Welcome, modularization and stats.
Dan
parents:
diff changeset
     6