Add index.php to plugins and themes dirs to prevent dir listings. fixes #8699
git-svn-id: https://develop.svn.wordpress.org/trunk@10940 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3ca11d47c9
commit
9c8aef1829
3
wp-content/plugins/index.php
Normal file
3
wp-content/plugins/index.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
?>
|
3
wp-content/themes/index.php
Normal file
3
wp-content/themes/index.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
?>
|
Loading…
Reference in New Issue
Block a user