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