From f22c2cefb4c7f8b1a995d5de6f706d49861c473c Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Tue, 12 May 2009 10:10:30 -0400 Subject: [PATCH] Really, really logout (fixes r2467). --- .htaccess | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index fcb8f6c..36d5748 100644 --- a/.htaccess +++ b/.htaccess @@ -23,11 +23,6 @@ php_value mbstring.func_overload 0 </IfModule> -<FilesMatch "(\.inc|\~)$"> - Order allow,deny - Deny from all -</FilesMatch> - <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^favicon.ico$ skins/default/images/favicon.ico -- Gitblit v1.9.1