From da45651121f576c8703812d1f82493eb3a2941e8 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 18 Jul 2023 09:34:48 +0200 Subject: [PATCH] Merge branch 'feature/6548_Hide_DBHost_and_DBUser_in_log' into support/2.7 --- log/.htaccess | 13 +++++++++++++ log/index.php | 2 ++ log/web.config | 8 ++++++++ 3 files changed, 23 insertions(+) create mode 100644 log/.htaccess create mode 100644 log/index.php create mode 100644 log/web.config diff --git a/log/.htaccess b/log/.htaccess new file mode 100644 index 000000000..782472c78 --- /dev/null +++ b/log/.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/log/index.php b/log/index.php new file mode 100644 index 000000000..112807643 --- /dev/null +++ b/log/index.php @@ -0,0 +1,2 @@ + + + + + + + + \ No newline at end of file