mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- generate phpdoc to a dokuwiki compatible format - add/update the phpdoc of a selection of class methods
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
# 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> |