mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-29 17:54:29 +00:00
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:
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.
|
||||
?>
|
||||
Reference in New Issue
Block a user