From d8fc27682dde365ef6290996f58682ca756c6dbb Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 15 Apr 2009 19:57:04 +0000 Subject: [PATCH] Add index.php to plugins and themes dirs to prevent dir listings. fixes #8699 git-svn-id: http://svn.automattic.com/wordpress/trunk@10940 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/plugins/index.php | 3 +++ wp-content/themes/index.php | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 wp-content/plugins/index.php create mode 100644 wp-content/themes/index.php diff --git a/wp-content/plugins/index.php b/wp-content/plugins/index.php new file mode 100644 index 0000000000..4e6c07c7ee --- /dev/null +++ b/wp-content/plugins/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/wp-content/themes/index.php b/wp-content/themes/index.php new file mode 100644 index 0000000000..4e6c07c7ee --- /dev/null +++ b/wp-content/themes/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file