mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Adding index.php with silence is golden security method
This commit is contained in:
parent
8c16872062
commit
bef3a5f669
6 changed files with 6 additions and 0 deletions
1
plugin-name/assets/index.php
Normal file
1
plugin-name/assets/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/css/index.php
Normal file
1
plugin-name/css/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/index.php
Normal file
1
plugin-name/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/js/index.php
Normal file
1
plugin-name/js/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/lang/index.php
Normal file
1
plugin-name/lang/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
1
plugin-name/views/index.php
Normal file
1
plugin-name/views/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php // Silence is golden ?>
|
Loading…
Reference in a new issue