Add the basic directory structure for the data storage
authorAlexander Ebert <ebert@woltlab.com>
Sun, 26 Nov 2023 14:36:59 +0000 (15:36 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 Jun 2024 10:19:37 +0000 (12:19 +0200)
wcfsetup/install/files/_data/.htaccess [new file with mode: 0644]
wcfsetup/install/files/_data/private/.htaccess [new file with mode: 0644]
wcfsetup/install/files/_data/public/.htaccess [new file with mode: 0644]

diff --git a/wcfsetup/install/files/_data/.htaccess b/wcfsetup/install/files/_data/.htaccess
new file mode 100644 (file)
index 0000000..5a928f6
--- /dev/null
@@ -0,0 +1 @@
+Options -Indexes
diff --git a/wcfsetup/install/files/_data/private/.htaccess b/wcfsetup/install/files/_data/private/.htaccess
new file mode 100644 (file)
index 0000000..b66e808
--- /dev/null
@@ -0,0 +1 @@
+Require all denied
diff --git a/wcfsetup/install/files/_data/public/.htaccess b/wcfsetup/install/files/_data/public/.htaccess
new file mode 100644 (file)
index 0000000..a8364c8
--- /dev/null
@@ -0,0 +1 @@
+Require all granted