CLEANUP: make index.php very short and move everything in separate files
[e-DoKo.git] / register.php
index 1c482886cd51847b65b38825d5b39abe9f3da969..9f4cf0e49690c383dbc55d352ca3c03b91440e81 100644 (file)
@@ -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();