summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php1
1 files changed, 0 insertions, 1 deletions
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"])){