# mlsimport/7.2.1/enviroment/index.php

MLSImport: IDX Plugin &amp; MLS Plugin for Real Estate Listings, version 7.2.1. 11 lines.

- Page: https://pluginprobe.com/plugins/mlsimport/7.2.1/code/enviroment/index.php
- Raw: https://pluginprobe.com/plugins/mlsimport/7.2.1/raw/enviroment/index.php
- Modified: 2026-07-25T14:20:50+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/mlsimport/7.2.1/code/enviroment/index.php#L10-L20`.

```php
<?php
/**
 * Directory index guard for the enviroment/ folder.
 *
 * A conventional empty WordPress "Silence is golden" stub. Its only job is to
 * prevent a bare directory listing if a web server has autoindex enabled and
 * the folder is requested directly; it contains no executable logic.
 */

// Silence is golden

```
