Skip to content

Commit cc320eb

Browse files
author
Fabrizio Balliano
authored
Fix for modphp8 (#2329)
* fix for modphp8 * fix for modphp8
1 parent 78e6cef commit cc320eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

media/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Options All -Indexes
77
php_flag engine 0
88
</IfModule>
99

10-
<IfModule mod_php8.c>
10+
<IfModule mod_php.c>
1111
php_flag engine 0
1212
</IfModule>
1313

skin/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
php_flag engine 0
66
</IfModule>
77

8-
<IfModule mod_php8.c>
8+
<IfModule mod_php.c>
99
php_flag engine 0
1010
</IfModule>
1111

0 commit comments

Comments
 (0)