summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-04-26 11:52:49 -0700
committerArun Persaud <arun@nubati.net>2008-04-26 11:52:49 -0700
commit09515348107d9aab7823a12d31b082a2ebb75555 (patch)
tree2e6c01eb6fdc07390c73cb46142c5efda39f567d /stats.php
parent0c5b3eeca3006f61dd326a86e8989c52694d581b (diff)
downloade-DoKo-09515348107d9aab7823a12d31b082a2ebb75555.tar.gz
e-DoKo-09515348107d9aab7823a12d31b082a2ebb75555.tar.bz2
e-DoKo-09515348107d9aab7823a12d31b082a2ebb75555.zip
CLEANUP: make index.php very short and move everything in separate files
created an include dir and almost everything that was in index.php is now in separate files and gets only included in index.php... makes index.php look a lot nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/stats.php b/stats.php
index 9ecbd94..267b332 100644
--- a/stats.php
+++ b/stats.php
@@ -2,9 +2,9 @@
error_reporting(E_ALL);
include_once("config.php");
-include_once("output.php"); /* html output only */
-include_once("db.php"); /* database only */
-include_once("functions.php"); /* the rest */
+include_once("./include/output.php"); /* html output only */
+include_once("./include/db.php"); /* database only */
+include_once("./include/functions.php"); /* the rest */
config_check();