From 37a9d654e6e9c000e68fb3330d5a2b37a00b2fa4 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 24 Jul 2023 17:00:13 +0200 Subject: [PATCH] todo --- server/upload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/server/upload.php b/server/upload.php index 1f0944c..d8a371c 100644 --- a/server/upload.php +++ b/server/upload.php @@ -1,2 +1,3 @@ // TODO when uploading, generate and send back Guid and store in meta file // TODO when uploading, also generate and return a deletion password that is stored in meta file +// TODO figure out some way to make the meta file "hidden" to the web server - maybe subfolder with denied access in apache?