modules/stats.php
author Dan
Sun, 07 Dec 2008 17:45:50 -0500
changeset 32 236fd4f65752
parent 20 e2f6e3af9959
permissions -rw-r--r--
Added support for bold, /me, and of course, colors.
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