From 617b4f699f2e47991c50e05528b1f9ecbc3c3d9c Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Tue, 12 May 2009 09:26:07 -0400 Subject: [PATCH] Minimize chance of race condition in session handling (#1485659, #1484678) --- .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