CLEANUP: make index.php very short and move everything in separate files
[e-DoKo.git] / stats.php
index 9ecbd94904c80011195850591eedfeb7c4d4ec79..267b33284a5f2ca1fd87d6912ea67e2e326540fb 100644 (file)
--- 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();