Skip to content

Commit

Permalink
Merge pull request #603 from BertHankes/patch-23
Browse files Browse the repository at this point in the history
Fixed issue #11821: error uploading images kcfinder
  • Loading branch information
c-schmitz committed Jan 13, 2017
2 parents 4b298a4 + 2d972bc commit c6e67b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/kcfinder/conf/upload.htaccess
Expand Up @@ -10,6 +10,9 @@
<IfModule mod_php7.c>
php_flag engine Off
</IfModule>
<IfModule mod_cgi.c>
Options -ExecCGI
</IfModule>

RemoveHandler .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
RemoveType .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
Expand Down

0 comments on commit c6e67b3

Please sign in to comment.