From 68b22caf30f9be7451c3f1473827e65737b1c1f7 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 30 Mar 2014 00:05:53 +0100 Subject: Removed nonsense. Also cleaned the index.php --- www/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'www/index.php') diff --git a/www/index.php b/www/index.php index 841cf12..73c9b5d 100755 --- a/www/index.php +++ b/www/index.php @@ -3,8 +3,6 @@ session_start(); require_once("include.php"); // handles all the stuff that needs to be included -$db = new SQLite3("../database/sqlite.db"); - if(!isset($_SESSION["login"])){ $_SESSION["login"] = false; } -- cgit v1.2.3