# wpstream/trunk/includes/index.php

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

- Page: https://pluginprobe.com/plugins/wpstream/trunk/code/includes/index.php
- Raw: https://pluginprobe.com/plugins/wpstream/trunk/raw/includes/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/includes/index.php#L10-L20`.

```php
<?php // Silence is golden
/**
 * Empty index stub for the includes/ directory.
 *
 * Prevents web servers from listing the directory contents when directory
 * indexing is enabled; it intentionally outputs nothing.
 *
 * @package    Wpstream
 * @subpackage Wpstream/includes
 */
```
