Skip to content

Commit

Permalink
* Adding htaccess to allow loading SVG+PNG logos on Settings page
Browse files Browse the repository at this point in the history
Refs #4019
  • Loading branch information
mattab committed Jun 25, 2013
1 parent 99fa74d commit 8f6d151
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -14,7 +14,6 @@ tmp
tmp/*
.cache
.externalToolBuilders
.htaccess
.idea
.metadata
.settings
Expand Down Expand Up @@ -65,3 +64,4 @@ docs/
composer.phar
composer.lock
vendor/
/.htaccess
6 changes: 6 additions & 0 deletions misc/user/.htaccess
@@ -0,0 +1,6 @@
<Files "*.png">
Allow from all
</Files>
<Files "*.svg">
Allow from all
</Files>

0 comments on commit 8f6d151

Please sign in to comment.