:memo: Updated security note
authorAleks <muchweb@users.noreply.github.com>
Mon, 20 Oct 2014 12:29:24 +0000 (13:29 +0100)
committerAleks <muchweb@users.noreply.github.com>
Mon, 20 Oct 2014 12:29:24 +0000 (13:29 +0100)
README.md

index 93885d30e7709aa9c9699bbb9ae8f308fcfa2485..6cbae85de2773af39289ff4db293228777594275 100644 (file)
--- 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
+       }