summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorTravis Paul2020-04-14 17:27:15 +0800
committerGitHub2020-04-14 09:27:15 +0000
commita205f438dbc9a498d4cad31a54e50b63007d4ef2 (patch)
treec6add475e08b883871bc7e2fca1c722804d22516 /doc/source
parent8deedf62c8486bd2987e5fe144830785224ba4ca (diff)
Typofix s/than/that/
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/features.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index 407b9c7..3f40120 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -444,7 +444,7 @@ or ``is_callable`` with *suspicious* parameters.
444Some PHP applications are using broad rights when using the ``chmod`` function, 444Some PHP applications are using broad rights when using the ``chmod`` function,
445like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. 445like the infamous ``chmod(777)`` command, effectively making the file writable by everyone.
446Snuffleupagus is preventing this kind of behaviour by restricting the parameters 446Snuffleupagus is preventing this kind of behaviour by restricting the parameters
447than can be passed to ``chmod``. 447that can be passed to ``chmod``.
448 448
449Arbitrary file inclusion hardening 449Arbitrary file inclusion hardening
450"""""""""""""""""""""""""""""""""" 450""""""""""""""""""""""""""""""""""