From e40ff4b087e49c58d7deb74c1754efd30afbfa90 Mon Sep 17 00:00:00 2001 From: Aleks Date: Mon, 20 Oct 2014 13:29:24 +0100 Subject: [PATCH] :memo: Updated security note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + } -- 2.39.5