diff options
-rw-r--r-- | maintdb.php | 2 |
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 |