Skip to content

Commit

Permalink
MSI-1707: Added .htaccess to generated
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyboyko committed Oct 4, 2018
1 parent 702c3db commit 3e03737
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generated/.htaccess
@@ -0,0 +1,8 @@
<IfVersion < 2.4>
order allow,deny
deny from all
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>

0 comments on commit 3e03737

Please sign in to comment.