diff options
Diffstat (limited to 'www/index.php')
| -rwxr-xr-x | www/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |
