Skip to content

Commit 332819c

Browse files
author
silinmykola
committed
fix after CR
1 parent aae1d9c commit 332819c

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

pub/.htaccess

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
## Enable resulting html compression
8080

8181
#php_flag zlib.output_compression on
82-
83-
###########################################
84-
# Disable user agent verification to not break multiple image upload
85-
86-
php_flag suhosin.session.cryptua off
8782
</IfModule>
8883

8984
<IfModule mod_security.c>

pub/media/.htaccess

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
Options -Indexes
22

3-
<IfModule mod_php5.c>
4-
php_flag engine 0
5-
</IfModule>
6-
73
<IfModule mod_php7.c>
84
php_flag engine 0
95
</IfModule>

pub/static/.htaccess

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<IfModule mod_php5.c>
2-
php_flag engine 0
3-
</IfModule>
4-
51
<IfModule mod_php7.c>
62
php_flag engine 0
73
</IfModule>

0 commit comments

Comments
 (0)