Skip to content

Commit e01e67c

Browse files
committed
accidentally removed .htaccess
1 parent e1a9833 commit e01e67c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vendor/.htaccess

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<IfVersion < 2.4>
2+
order allow,deny
3+
deny from all
4+
</IfVersion>
5+
<IfVersion >= 2.4>
6+
Require all denied
7+
</IfVersion>

0 commit comments

Comments
 (0)