mirror of
https://github.com/openvk/openvk
synced 2025-07-01 21:48:17 +03:00
Remove JSON_PRETTY_PRINT flag
This commit is contained in:
parent
1a3ffa6507
commit
1aec136842
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ final class AboutPresenter extends OpenVKPresenter
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
echo json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
|
echo json_encode($data, JSON_UNESCAPED_SLASHES);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue