From 3e011f9723030f30085226db27e223f638db5d7b Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 28 Feb 2014 15:13:01 +0100 Subject: index --- www/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www/index.php b/www/index.php index 7105c98..ea8d675 100644 --- a/www/index.php +++ b/www/index.php @@ -16,7 +16,6 @@ if(empty($_GET)){ } } else { - $db = new SQLite3("../database/sqlite.db"); $name = SQLite3::escapeString("$_GET[name]"); if(empty($_GET["name"])){ -- cgit v1.2.3