# wpstream/trunk/admin/index.php

WpStream – Live Streaming, Video on Demand, Pay Per View, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/wpstream/trunk/code/admin/index.php
- Raw: https://pluginprobe.com/plugins/wpstream/trunk/raw/admin/index.php
- Modified: 2026-08-10T13:54:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpstream/trunk/code/admin/index.php#L10-L20`.

```php
<?php // Silence is golden
/**
 * Empty guard file for the plugin's /admin directory.
 *
 * Contains no logic. It exists solely so that if the web server has directory
 * listing enabled, requesting this folder returns a blank page instead of an
 * index of the admin-side source files. The "Silence is golden" convention is
 * used throughout WordPress core, themes, and plugins for exactly this reason.
 *
 * @package    Wpstream
 * @subpackage Wpstream/admin
 */

```
