diff options
| author | Travis Paul | 2020-04-14 17:27:15 +0800 |
|---|---|---|
| committer | GitHub | 2020-04-14 09:27:15 +0000 |
| commit | a205f438dbc9a498d4cad31a54e50b63007d4ef2 (patch) | |
| tree | c6add475e08b883871bc7e2fca1c722804d22516 /doc | |
| parent | 8deedf62c8486bd2987e5fe144830785224ba4ca (diff) | |
Typofix s/than/that/
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/features.rst | 2 |
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. | |||
| 444 | Some PHP applications are using broad rights when using the ``chmod`` function, | 444 | Some PHP applications are using broad rights when using the ``chmod`` function, |
| 445 | like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. | 445 | like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. |
| 446 | Snuffleupagus is preventing this kind of behaviour by restricting the parameters | 446 | Snuffleupagus is preventing this kind of behaviour by restricting the parameters |
| 447 | than can be passed to ``chmod``. | 447 | that can be passed to ``chmod``. |
| 448 | 448 | ||
| 449 | Arbitrary file inclusion hardening | 449 | Arbitrary file inclusion hardening |
| 450 | """""""""""""""""""""""""""""""""" | 450 | """""""""""""""""""""""""""""""""" |
