From: Aleks Date: Mon, 20 Oct 2014 12:29:24 +0000 (+0100) Subject: :memo: Updated security note X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e40ff4b087e49c58d7deb74c1754efd30afbfa90;p=simple-upload.git :memo: Updated security note --- diff --git a/README.md b/README.md index 93885d3..6cbae85 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple single-file PHP file upload (file share hosting) script. -> :warning: **Security warning**: There is no limit on file size or file type. Please make sure that file permissions are set right so nobody can execute uploaded executables. Or exscape your desired directory! Please skip to server configuration for examples. +> :warning: **Security warning**: There is no limit on file size or file type. Please make sure that file permissions are set right so nobody can execute uploaded code. See [server configuration](#server-configuration) for examples. ## TODO @@ -102,4 +102,4 @@ Do not allow uploaded code execution! fastcgi_index index.php; include fastcgi_params; } - } \ No newline at end of file + }