mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
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
This commit is contained in:
parent
1e31cc81a0
commit
d8fc27682d
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