DOC: Remove gendered language

This commit is contained in:
Eric Dill 2016-02-09 14:24:09 -05:00
parent f63cd72297
commit 52daeffdc9

View file

@ -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
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
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
the file and redirects the user to the URL for the uploaded file::