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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {