From ad1f0a370d432701bc5fe4eb6fa1fb23f94c1293 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 18 Mar 2025 02:30:19 +0500 Subject: feat: file upload --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 3f3dd98..b9880fe 100644 --- a/public/index.php +++ b/public/index.php @@ -33,7 +33,7 @@ $accepted_mime_types = implode(', ', $accepted_mime_types);

File Upload

-
+
-- cgit v1.2.3