From cebd3f6882cb04a79cbc16ac11475d7895c5e58b Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 19 Apr 2013 13:40:00 +0200 Subject: [PATCH] Adding default upload directory data/upload/users --- data/upload/users/.htaccess | 1 + data/upload/users/index.html | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 data/upload/users/.htaccess create mode 100644 data/upload/users/index.html diff --git a/data/upload/users/.htaccess b/data/upload/users/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/data/upload/users/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/data/upload/users/index.html b/data/upload/users/index.html new file mode 100644 index 0000000000..aa7b9c934b --- /dev/null +++ b/data/upload/users/index.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file