summaryrefslogtreecommitdiffstats
path: root/maintdb.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintdb.php')
-rw-r--r--maintdb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintdb.php b/maintdb.php
index 611ac04..843759f 100644
--- a/maintdb.php
+++ b/maintdb.php
@@ -111,5 +111,5 @@ elseif ($txt) {
}
else {
header('Content-Type: application/json; charset=utf-8');
- echo json_encode($return, JSON_FORCE_OBJECT);
+ echo json_encode($return);
} \ No newline at end of file