From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- .htaccess | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 2751611..95e5bf4 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,7 @@ </IfModule> <IfModule mod_rewrite.c> +Options +FollowSymLinks RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico -- Gitblit v1.9.1