Issue #2820611 by YesCT, mkalkbrenner, Darren Oh, pwolanin, David_Rothstein, sidharrell, Sweetchuck: FileStorage generated .htaccess doesn't cover PHP 7
parent
20762532ac
commit
fd194bbed5
|
@ -82,6 +82,9 @@ SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
|
|||
<IfModule mod_php5.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
<IfModule mod_php7.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
||||
EOF;
|
||||
|
||||
if ($private) {
|
||||
|
|
Loading…
Reference in New Issue