Skip to content
Snippets Groups Projects
Unverified Commit fd194bbe authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2820611 by YesCT, mkalkbrenner, Darren Oh, pwolanin, David_Rothstein,...

Issue #2820611 by YesCT, mkalkbrenner, Darren Oh, pwolanin, David_Rothstein, sidharrell, Sweetchuck: FileStorage generated .htaccess doesn't cover PHP 7
parent 20762532
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -82,6 +82,9 @@ public static function htaccessLines($private = TRUE) {
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
<IfModule mod_php7.c>
php_flag engine off
</IfModule>
EOF;
if ($private) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment