# mlsimport/7.2/index.php

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

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

```php
<?php
/**
 * Directory index guard.
 *
 * Intentionally empty placeholder so the web server does not list the plugin
 * directory contents when index.php is requested directly. "Silence is golden."
 */

// Silence is golden

```
