diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:17:28 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:17:28 +0200 |
| commit | 37c329d7153b65fd2430fa42e8af8e8a0cbc0a41 (patch) | |
| tree | 7041c722228f74286b96c50fc834652f0c29156f /README.input_filter | |
| parent | 6c2c7dabee006fa735307d92bb223a1fa3d47414 (diff) | |
| download | php-git-37c329d7153b65fd2430fa42e8af8e8a0cbc0a41.tar.gz | |
Trim trailing whitespace in source code files
Diffstat (limited to 'README.input_filter')
| -rw-r--r-- | README.input_filter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.input_filter b/README.input_filter index 697d6e763b..bca7f29ad2 100644 --- a/README.input_filter +++ b/README.input_filter @@ -12,7 +12,7 @@ enforced. It is implemented as a SAPI hook and is called from the treat_data and post handler functions. To implement your own security policy you will need to write a standard PHP extension. There is also a powerful standard implementation in ext/filter that should suit most -peoples' needs. However, if you want to implement your own security +peoples' needs. However, if you want to implement your own security policy, read on. A simple implementation might look like the following. This stores the |
