From 99fdc30d06da75b8b4a0f13078a9786c4e3c6a00 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 16 Jan 2013 11:47:11 +0100 Subject: [PATCH] add htaccess to cache directory --- .gitignore | 1 - cache/.htaccess | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 cache/.htaccess diff --git a/.gitignore b/.gitignore index cdf890807..8dd4d03ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -cache/* local/config/build.properties local/config/config_db.php local/config/build diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 000000000..f239fe831 --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1,2 @@ +order deny,allow +deny from all \ No newline at end of file