Issue #2820611 by YesCT, mkalkbrenner, Darren Oh, pwolanin, David_Rothstein, sidharrell, Sweetchuck: FileStorage generated .htaccess doesn't cover PHP 7

merge-requests/1119/head
Alex Pott 2019-05-05 11:47:48 +01:00
parent 20762532ac
commit fd194bbed5
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 3 additions and 0 deletions

View File

@ -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) {