aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/images
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-01 08:13:07 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-01 08:13:07 +0000
commit59227ef50fd450dae9bb583a1b01ae3ecd24fcdc (patch)
tree490e7bf72908afbf69cf698d0a60b4116fe3e0db /phpBB/images
parentab4630de009c34cdcba946c780a6db231a42d7ed (diff)
downloadforums-59227ef50fd450dae9bb583a1b01ae3ecd24fcdc.tar
forums-59227ef50fd450dae9bb583a1b01ae3ecd24fcdc.tar.gz
forums-59227ef50fd450dae9bb583a1b01ae3ecd24fcdc.tar.bz2
forums-59227ef50fd450dae9bb583a1b01ae3ecd24fcdc.tar.xz
forums-59227ef50fd450dae9bb583a1b01ae3ecd24fcdc.zip
Why not?
git-svn-id: file:///svn/phpbb/trunk@7444 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/images')
-rwxr-xr-xphpBB/images/avatars/upload/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/images/avatars/upload/.htaccess b/phpBB/images/avatars/upload/.htaccess
new file mode 100755
index 0000000000..c39181686f
--- /dev/null
+++ b/phpBB/images/avatars/upload/.htaccess
@@ -0,0 +1,4 @@
+<Limit GET POST PUT>
+Order Allow,Deny
+Deny from All
+</Limit> \ No newline at end of file