From 3347f400b86b699883ded393faa2f39395cc603e Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 8 Jan 2020 11:57:29 +0100 Subject: [PATCH] =?UTF-8?q?Internal:=20Revert=20files=20deleted=20by=20mis?= =?UTF-8?q?take=20=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/.htaccess | 13 +++++++++++++ data/index.php | 20 ++++++++++++++++++++ data/web.config | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 data/.htaccess create mode 100644 data/index.php create mode 100644 data/web.config diff --git a/data/.htaccess b/data/.htaccess new file mode 100644 index 000000000..782472c78 --- /dev/null +++ b/data/.htaccess @@ -0,0 +1,13 @@ +# Apache 2.4 + +Require all denied + + +# Apache 2.2 + +deny from all +Satisfy All + + +# Apache 2.2 and 2.4 +IndexIgnore * diff --git a/data/index.php b/data/index.php new file mode 100644 index 000000000..b38eb2809 --- /dev/null +++ b/data/index.php @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file