mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix favicon rewrite rule in .htaccess (#8654)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
Options +SymLinksIfOwnerMatch
|
||||
RewriteEngine On
|
||||
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
|
||||
RewriteRule ^favicon\.ico$ skins/elastic/images/favicon.ico
|
||||
|
||||
# security rules:
|
||||
# - deny access to files not containing a dot or starting with a dot
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
- Fix anchor links in HTML mail (#8632)
|
||||
- Fix bug where config creation in Installer did ignore options in the form (#8634)
|
||||
- Fix bug where renamed options were removed from the config on installto.sh (update.sh) run (#8643)
|
||||
- Fix favicon rewrite rule in .htaccess (#8654)
|
||||
|
||||
## Release 1.6.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user