Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5b472 commit 5c53981Copy full SHA for 5c53981
1 file changed
application/modules/apiv1/controllers/MemberListController.php
@@ -55,7 +55,7 @@ public function listAction()
55
56
$jsonoutput['member_list'] = $this->getListMemberInfo();
57
58
- print json_encode($jsonoutput, JSON_PRETTY_PRINT)."\n";
+ print json_encode($jsonoutput, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE)."\n";
59
}
60
61
private function preflight() {
0 commit comments