Skip to content

Commit f4b08c2

Browse files
committed
Release v4.4.8
1 parent 3ebc7d2 commit f4b08c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/.htaccess

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<IfModule authz_core_module>
2-
Require all denied
2+
Require all denied
33
</IfModule>
44
<IfModule !authz_core_module>
5-
Deny from all
5+
Deny from all
66
</IfModule>

public/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Options -Indexes
4545
</IfModule>
4646

4747
# Disable server signature start
48-
ServerSignature Off
48+
ServerSignature Off
4949
# Disable server signature end

writable/.htaccess

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<IfModule authz_core_module>
2-
Require all denied
2+
Require all denied
33
</IfModule>
44
<IfModule !authz_core_module>
5-
Deny from all
5+
Deny from all
66
</IfModule>

0 commit comments

Comments
 (0)