From 1748aae9d1b3735747555025e7c202b895837625 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 15 Feb 2013 13:23:39 -0500 Subject: Create an empty and secure gallery3/bin directory for use with the new system::find_binary code. Fixes #2004. --- bin/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/.htaccess (limited to 'bin/.htaccess') diff --git a/bin/.htaccess b/bin/.htaccess new file mode 100755 index 00000000..a3815526 --- /dev/null +++ b/bin/.htaccess @@ -0,0 +1,8 @@ +DirectoryIndex .htaccess +SetHandler Gallery_Security_Do_Not_Remove +Options None + +RewriteEngine off + +Order allow,deny +Deny from all -- cgit v1.2.3