aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-29 20:18:37 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-29 20:18:37 +0000
commit596dc990ae702cba4564e129607a8d04dd63a93c (patch)
tree8d80e0bbaa337da87435172938a734cb71142c85 /engine
parent4b8a68e7e71178499abf7013f061cdc91e350e16 (diff)
downloadelgg-596dc990ae702cba4564e129607a8d04dd63a93c.tar.gz
elgg-596dc990ae702cba4564e129607a8d04dd63a93c.tar.bz2
Deny all HTTP access to the engine directory
git-svn-id: http://code.elgg.org/elgg/trunk@9052 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/.htaccess b/engine/.htaccess
new file mode 100644
index 000000000..47e399d8f
--- /dev/null
+++ b/engine/.htaccess
@@ -0,0 +1,2 @@
+order allow,deny
+deny from all \ No newline at end of file