From 2e11c8cb4372f087114be68393d2b83819b14837 Mon Sep 17 00:00:00 2001 From: Fabian <50114802+fabalexsie@users.noreply.github.com> Date: Thu, 30 May 2024 00:08:50 +0200 Subject: [PATCH] show uploaded files --- compose.yml | 1 + index.php | 49 +++++++++++++++++++++++++++++++++---------------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/compose.yml b/compose.yml index 7f49a47..007dc6f 100644 --- a/compose.yml +++ b/compose.yml @@ -7,3 +7,4 @@ services: - "1337:80" volumes: - ./uploads:/var/www/html/uploads + - ./index.php:/var/www/html/index.php # this is just for testing purposes diff --git a/index.php b/index.php index 12e63a4..f03bd0b 100644 --- a/index.php +++ b/index.php @@ -1,28 +1,45 @@ - + Upload your files -
+ $msg

"; + } + ?> +

Upload your file


+ -