From 9b79af334efe5e6383a2e482590539dcd18f14c8 Mon Sep 17 00:00:00 2001 From: lbergman Date: Fri, 27 Oct 2000 02:41:26 +0000 Subject: [PATCH] Added redirection from subdirs to prevent file listing. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@822 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/index.php | 14 ++++++++++++++ data/index.php | 14 ++++++++++++++ functions/index.php | 14 ++++++++++++++ help/index.php | 14 ++++++++++++++ images/index.php | 14 ++++++++++++++ locale/index.php | 14 ++++++++++++++ plugins/index.php | 14 ++++++++++++++ po/index.php | 14 ++++++++++++++ src/index.php | 14 ++++++++++++++ themes/index.php | 14 ++++++++++++++ 10 files changed, 140 insertions(+) create mode 100644 config/index.php create mode 100644 data/index.php create mode 100644 functions/index.php create mode 100644 help/index.php create mode 100644 images/index.php create mode 100644 locale/index.php create mode 100644 plugins/index.php create mode 100644 po/index.php create mode 100644 src/index.php create mode 100644 themes/index.php diff --git a/config/index.php b/config/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/config/index.php @@ -0,0 +1,14 @@ + diff --git a/data/index.php b/data/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/data/index.php @@ -0,0 +1,14 @@ + diff --git a/functions/index.php b/functions/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/functions/index.php @@ -0,0 +1,14 @@ + diff --git a/help/index.php b/help/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/help/index.php @@ -0,0 +1,14 @@ + diff --git a/images/index.php b/images/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/images/index.php @@ -0,0 +1,14 @@ + diff --git a/locale/index.php b/locale/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/locale/index.php @@ -0,0 +1,14 @@ + diff --git a/plugins/index.php b/plugins/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/plugins/index.php @@ -0,0 +1,14 @@ + diff --git a/po/index.php b/po/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/po/index.php @@ -0,0 +1,14 @@ + diff --git a/src/index.php b/src/index.php new file mode 100644 index 00000000..1a4ae445 --- /dev/null +++ b/src/index.php @@ -0,0 +1,14 @@ + diff --git a/themes/index.php b/themes/index.php new file mode 100644 index 00000000..9d9ed2ca --- /dev/null +++ b/themes/index.php @@ -0,0 +1,14 @@ + -- 2.25.1