aboutsummaryrefslogtreecommitdiffstats
path: root/images/.htaccess
blob: 0c8194886f4c1979df24253944ceed50853433e4 (plain) (blame)
1
2
3
4
5
6
7
<IfModule php7_module>
php_flag engine off
</IfModule>
# In php8, php dropped the version number.
<IfModule php_module>
php_flag engine off
</IfModule>