Skip to content

Commit

Permalink
Fixed Tested with PHP version lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Oct 9, 2024
1 parent ee56052 commit 6597d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-scripts/php-funnel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit 6597d93

Please sign in to comment.