summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-09 21:56:00 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-09 21:56:00 +0200
commitaff970b5d3c71d3422852e49dbfcdbf5c8e8bbe0 (patch)
treef7e56b30d6008d15bad3b55dcd25fc238cc6d961 /.htaccess
parent23557f06d13f121a8483376dad1604eb30711a88 (diff)
Replace some forgotten references to skins/default (#1488591)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 82afe76de..25e153f8c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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]