From 6597d9372a4b1d56d62c73d04389de71fbd563ec Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:18:28 +0200 Subject: [PATCH] Fixed Tested with PHP version lines --- php-scripts/php-funnel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-scripts/php-funnel/README.md b/php-scripts/php-funnel/README.md index 2423619..813373e 100644 --- a/php-scripts/php-funnel/README.md +++ b/php-scripts/php-funnel/README.md @@ -2,7 +2,7 @@ :elephant: Simple PHP script that lets you upload **multiple files** with a single HTTP `POST` request ([multipart formpost](https://everything.curl.dev/http/multipart)). -Tested with PHP _8.2.10_. +Tested with _PHP 8.2.10_. > **Warning**: be careful about the location of your `uploads_dir`; it **shouldn't be accessible** from the outside. If you are running PHP on an **Apache** web server, you can leverage the `hta_protection` feature of this script (which uses an `.htaccess` file), but putting uploaded files into the document root is still **strongly discouraged**.