From 0d7ecc616d669f824f8416b47a0a986b46fa579b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 15 Aug 2025 22:41:54 +0500 Subject: feat: registration page --- lib/utils.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/utils.php (limited to 'lib/utils.php') diff --git a/lib/utils.php b/lib/utils.php new file mode 100644 index 0000000..b81ddda --- /dev/null +++ b/lib/utils.php @@ -0,0 +1,11 @@ + $code, + 'message' => $message, + 'data' => $data + ], JSON_UNESCAPED_SLASHES); +} \ No newline at end of file -- cgit v1.2.3