| @@ -1,3 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | +/** | |
| 3 | + * Directory-index guard for the includes/ folder. | |
| 4 | + * | |
| 5 | + * Standard WordPress "silence is golden" stub: an index file that outputs | |
| 6 | + * nothing, so a web server without directory-listing disabled cannot serve a | |
| 7 | + * browsable listing of the plugin's includes/ directory. Contains no plugin | |
| 8 | + * logic — it exists purely to be the (empty) default document for this path. | |
| 9 | + * | |
| 10 | + * @package Mlsimport | |
| 11 | + */ | |
| 2 | 12 | |
| 3 | 13 | // Silence is golden |