From 465a65817039f69fb888080572710a1d3b8ba122 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 27 Jan 2024 02:00:28 +0100 Subject: [PATCH] added index.html to avoid directory access --- assets/index.html | 10 ++++++++++ backup/index.html | 10 ++++++++++ images/index.html | 10 ++++++++++ src/index.html | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 assets/index.html create mode 100644 backup/index.html create mode 100644 images/index.html create mode 100644 src/index.html diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/assets/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/backup/index.html b/backup/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/backup/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/images/index.html b/images/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/images/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/src/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file