mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 21:20:11 +02:00
adding phpdoc fix #48
This commit is contained in:
5
docs/api/.htaccess
Normal file
5
docs/api/.htaccess
Normal file
@@ -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>
|
Reference in New Issue
Block a user