DOC: Remove gendered language
This commit is contained in:
parent
f63cd72297
commit
52daeffdc9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ your users to be able to upload everything there if the server is directly
|
||||||
sending out the data to the client. That way you can make sure that users
|
sending out the data to the client. That way you can make sure that users
|
||||||
are not able to upload HTML files that would cause XSS problems (see
|
are not able to upload HTML files that would cause XSS problems (see
|
||||||
:ref:`xss`). Also make sure to disallow ``.php`` files if the server
|
:ref:`xss`). Also make sure to disallow ``.php`` files if the server
|
||||||
executes them, but who has PHP installed on his server, right? :)
|
executes them, but who has PHP installed on their server, right? :)
|
||||||
|
|
||||||
Next the functions that check if an extension is valid and that uploads
|
Next the functions that check if an extension is valid and that uploads
|
||||||
the file and redirects the user to the URL for the uploaded file::
|
the file and redirects the user to the URL for the uploaded file::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue