diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-09 21:56:00 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-09 21:56:00 +0200 |
commit | aff970b5d3c71d3422852e49dbfcdbf5c8e8bbe0 (patch) | |
tree | f7e56b30d6008d15bad3b55dcd25fc238cc6d961 /.htaccess | |
parent | 23557f06d13f121a8483376dad1604eb30711a88 (diff) |
Replace some forgotten references to skins/default (#1488591)
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ php_value mbstring.func_overload 0 <IfModule mod_rewrite.c> RewriteEngine On -RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico +RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico # security rules RewriteRule .git - [F] RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F] |