summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php
index 69e6227..e24a0c3 100755
--- a/www/include.php
+++ b/www/include.php
@@ -1,5 +1,7 @@
<?php
+$db = new SQLite3("../database/sqlite.db");
+
$scheme="http://";
if(isset($_SERVER["HTTPS"])){