diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.php | 1 |
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"])){ |
