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/partials.php | 11 +++++++++++ lib/utils.php | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 lib/partials.php create mode 100644 lib/utils.php (limited to 'lib') diff --git a/lib/partials.php b/lib/partials.php new file mode 100644 index 0000000..e11e194 --- /dev/null +++ b/lib/partials.php @@ -0,0 +1,11 @@ + +
+ + ilt.su + +
+ $code, + 'message' => $message, + 'data' => $data + ], JSON_UNESCAPED_SLASHES); +} \ No newline at end of file -- cgit v1.2.3