mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
adding the index.php files for protecting directory contents
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
parent
b690a0cb63
commit
0c6d8418f6
4 changed files with 4 additions and 0 deletions
1
plugin-name/trunk/admin/index.php
Normal file
1
plugin-name/trunk/admin/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden.
|
1
plugin-name/trunk/includes/index.php
Normal file
1
plugin-name/trunk/includes/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden.
|
1
plugin-name/trunk/index.php
Normal file
1
plugin-name/trunk/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden.
|
1
plugin-name/trunk/public/index.php
Normal file
1
plugin-name/trunk/public/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden.
|
Loading…
Reference in a new issue