Skip to content

Commit abc0f4a

Browse files
committed
MC-41701: PP PayLater for Product Page
- revert vendor/.htaccess
1 parent 4ea80fa commit abc0f4a

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)