From 3eff0dc4b39dc2f0d5bb5b0b13417fe9aa876c48 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 20 Mar 2025 02:59:53 +0500 Subject: feat: check file size --- lib/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils.php') diff --git a/lib/utils.php b/lib/utils.php index af8cc2f..2dab763 100644 --- a/lib/utils.php +++ b/lib/utils.php @@ -9,7 +9,7 @@ function json_response(mixed $data, string|null $message, int $code = 200) 'status_code' => $code, 'message' => $message, 'data' => $data - ]); + ], JSON_UNESCAPED_SLASHES); } function generate_random_char_sequence(array $chars, int $length): string -- cgit v1.2.3