Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritchief <alex.malcev1980@gmail.com>2022-03-15 13:43:49 +0300
committeritchief <alex.malcev1980@gmail.com>2022-03-15 13:43:49 +0300
commitbdb7f718938de1ff73077116045b3bfc69f5df04 (patch)
tree041be639ba02a7075f570e4bd9dd9a68f4c48e33
parente15a96ccb7204f91f3f2015707acb2800329803a (diff)
Updatev4.0.2
-rw-r--r--feedback/uploads/.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/feedback/uploads/.htaccess b/feedback/uploads/.htaccess
new file mode 100644
index 0000000..cf9c02f
--- /dev/null
+++ b/feedback/uploads/.htaccess
@@ -0,0 +1,13 @@
+# line below if for Apache 2.4
+<ifModule mod_authz_core.c>
+ Require all denied
+</ifModule>
+
+# line below if for Apache 2.2
+<ifModule !mod_authz_core.c>
+ deny from all
+ Satisfy All
+</ifModule>
+
+# section for Apache 2.2 and 2.4
+IndexIgnore * \ No newline at end of file