summaryrefslogtreecommitdiffstats
path: root/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'register.php')
-rw-r--r--register.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/register.php b/register.php
index 1c48288..9f4cf0e 100644
--- a/register.php
+++ b/register.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();