summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend.php b/backend.php
index b06cca2d2..d3d8622d9 100644
--- a/backend.php
+++ b/backend.php
@@ -48,8 +48,6 @@
$script_started = microtime(true);
- $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
-
if (!init_plugins()) return;
header("Content-Type: text/json; charset=utf-8");
@@ -154,6 +152,4 @@
header("Content-Type: text/json");
print json_encode(array("error" => array("code" => 7)));
- // We close the connection to database.
- db_close();
?>