First upload
This commit is contained in:
7
shop/source/out/downloads/.htaccess
Executable file
7
shop/source/out/downloads/.htaccess
Executable file
@@ -0,0 +1,7 @@
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
4
shop/source/out/downloads/README.txt
Executable file
4
shop/source/out/downloads/README.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
In this directory we store downloadable files.
|
||||
Files uploaded over admin interface are renamed to hash and stored in separate dirs. Manually (ftp) uploaded files goes to "uploads" directory.
|
||||
|
||||
Always make sure that this directory is protected from direct access over web.
|
||||
BIN
shop/source/out/downloads/e4/e48a1b571bd2d2e60fb2d9b1b76b34d4
Executable file
BIN
shop/source/out/downloads/e4/e48a1b571bd2d2e60fb2d9b1b76b34d4
Executable file
Binary file not shown.
1
shop/source/out/downloads/te/testFileH
Executable file
1
shop/source/out/downloads/te/testFileH
Executable file
@@ -0,0 +1 @@
|
||||
test jpg file
|
||||
1
shop/source/out/downloads/test.jpg
Executable file
1
shop/source/out/downloads/test.jpg
Executable file
@@ -0,0 +1 @@
|
||||
test jpg file
|
||||
1
shop/source/out/downloads/testFile
Executable file
1
shop/source/out/downloads/testFile
Executable file
@@ -0,0 +1 @@
|
||||
test jpg file
|
||||
1
shop/source/out/downloads/uploads/dir.txt
Executable file
1
shop/source/out/downloads/uploads/dir.txt
Executable file
@@ -0,0 +1 @@
|
||||
Upload directory.
|
||||
Reference in New Issue
Block a user