# disk-usage-insights/1.0/output/index.php

Disk Usage Insights, version 1.0. 6 lines.

- Page: https://pluginprobe.com/plugins/disk-usage-insights/1.0/code/output/index.php
- Raw: https://pluginprobe.com/plugins/disk-usage-insights/1.0/raw/output/index.php
- Modified: 2024-08-20T16:21:52+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/disk-usage-insights/1.0/code/output/index.php#L10-L20`.

```php
<?php
// This folder contains the file system snapshot data gathered by this plugin
if (!defined('ABSPATH')) {  // Ensure running within WordPress
    exit;
}

```
