diff options
| author | Eole <EoleDev@outlook.fr> | 2016-04-27 22:52:25 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-04-27 22:52:25 +0200 |
| commit | f4d12bf72a943d6a8965f21a11eefbb05d2a5483 (patch) | |
| tree | 093d93a31fe998bf8c76829b79ed0ebd2eb43600 /server/doc/.htaccess | |
| parent | 70cd5daaf18738776b0f9c45737cc6ab5579fff2 (diff) | |
Add Documentation
Diffstat (limited to 'server/doc/.htaccess')
| -rw-r--r-- | server/doc/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/doc/.htaccess b/server/doc/.htaccess new file mode 100644 index 0000000..7b01f9b --- /dev/null +++ b/server/doc/.htaccess @@ -0,0 +1,5 @@ +# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt +<FilesMatch \.php\.txt$> + RemoveHandler .php + ForceType text/plain +</FilesMatch>
\ No newline at end of file |
