summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index f23f4cd..6208038 100644
--- a/index.php
+++ b/index.php
@@ -38,7 +38,8 @@
<?php
error_reporting(E_ALL);
-
+
+include_once("config.php");
include_once("functions.php");
include_once("db.php");