summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorHorus32014-02-28 15:13:01 +0100
committerHorus32014-02-28 15:13:01 +0100
commit3e011f9723030f30085226db27e223f638db5d7b (patch)
tree348daa456c7133cbab9fd233d2dad93ae76f745b /www/index.php
parentba569340c34a50a45addc733b67382ad75408219 (diff)
downloadfiles.iamfabulous.de-3e011f9723030f30085226db27e223f638db5d7b.tar.gz
index
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"])){