From 7606d909ab5e23132749ed9b98693bca30492b7c Mon Sep 17 00:00:00 2001 From: simond Date: Sat, 2 Mar 2002 11:18:58 +0000 Subject: [PATCH] We really shouldn't allow web users to access all our users prefs in default installs! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2534 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- data/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/.htaccess diff --git a/data/.htaccess b/data/.htaccess new file mode 100644 index 00000000..b63d4018 --- /dev/null +++ b/data/.htaccess @@ -0,0 +1 @@ +Deny from All -- 2.25.1