From aff970b5d3c71d3422852e49dbfcdbf5c8e8bbe0 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 09 Aug 2012 15:56:00 -0400 Subject: [PATCH] Replace some forgotten references to skins/default (#1488591) --- .htaccess | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.htaccess b/.htaccess index 82afe76..25e153f 100644 --- a/.htaccess +++ b/.htaccess @@ -28,7 +28,7 @@ <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] -- Gitblit v1.9.1