Skip to content

Commit

Permalink
Add index.php to plugins and themes dirs to prevent dir listings. fix…
Browse files Browse the repository at this point in the history
…es #8699

git-svn-id: http://svn.automattic.com/wordpress/trunk@10940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Apr 15, 2009
1 parent 1e31cc8 commit d8fc276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wp-content/plugins/index.php
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// Silence is golden.
?>
3 changes: 3 additions & 0 deletions wp-content/themes/index.php
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// Silence is golden.
?>

0 comments on commit d8fc276

Please sign in to comment.