commit a38db7284ae3bf9784ced7a1832fd6d494393fc0
parent b8081b15b2ab3e365641f5a303779a76ee4309d7
Author: Nixx <nixx@firemail.cc>
Date: Wed, 16 Feb 2022 18:51:54 +0000
README update
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -4,8 +4,8 @@ TINYBOX
An extremely primitive file uploader and host, written in PHP.
Collisions are avoided by using the Unix timestamp to generate a filename.
-EXIF data is stripped. It does not remove files after a period of time, this
-must be done manually.
+EXIF data is stripped (requires PHP Imagick module). It does not remove files
+after a period of time, this must be done manually.
The most likely reason you may experience an error uploading is that the
'file/' directory doesn't exist, or the user running the web server doesn't