| 1 |
<?php // Silence is golden |
| 2 |
/** |
| 3 |
* Directory index silence stub. |
| 4 |
* |
| 5 |
* Placed in the plugin's public asset directories so that if directory |
| 6 |
* listing is enabled on the web server, requesting the folder directly |
| 7 |
* returns this empty file instead of exposing a browsable index of the |
| 8 |
* contents. It intentionally contains no logic — the `// Silence is golden` |
| 9 |
* line above is the conventional WordPress placeholder body. |
| 10 |
* |
| 11 |
* @package Wpstream |
| 12 |
* @subpackage Wpstream/public |
| 13 |
*/ |