summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php
index 1f6a38a..2e28073 100644
--- a/www/index.php
+++ b/www/index.php
@@ -2,7 +2,7 @@
session_start();
-require_once("functions.php");
+require_once("include.php"); // handles all the stuff that needs to be included
$db = new SQLite3("../database/sqlite.db");