From e34bce13c5916d424743f2220cd454824a4292b6 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 17 Mar 2025 02:26:25 +0500 Subject: upd: page design --- public/index.php | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 1e59c2d..3f3dd98 100644 --- a/public/index.php +++ b/public/index.php @@ -1,4 +1,45 @@ + $v) { + $m = []; + + foreach ($v as $z) { + array_push($m, "$k/$z"); + } + + array_push($accepted_mime_types, implode(', ', $m)); +} + +$accepted_mime_types = implode(', ', $accepted_mime_types); +?> -

nhh

+ + + <?= INSTANCE_NAME ?> + + + + + +
+ + +
+
+

File Upload

+
+
+
+ + +
+
+
+
+ \ No newline at end of file -- cgit v1.2.3