Loading includes/file.inc +4 −0 Original line number Diff line number Diff line Loading @@ -535,6 +535,10 @@ function file_htaccess_lines($private = TRUE) { <IfModule mod_php7.c> php_flag engine off </IfModule> # From PHP 8 there is no number in the module name. <IfModule mod_php.c> php_flag engine off </IfModule> EOF; if ($private) { Loading Loading
includes/file.inc +4 −0 Original line number Diff line number Diff line Loading @@ -535,6 +535,10 @@ function file_htaccess_lines($private = TRUE) { <IfModule mod_php7.c> php_flag engine off </IfModule> # From PHP 8 there is no number in the module name. <IfModule mod_php.c> php_flag engine off </IfModule> EOF; if ($private) { Loading