# boxzilla/3.2.21/assets/index.php

Boxzilla – WordPress Popup Builder, version 3.2.21. 6 lines.

- Page: https://pluginprobe.com/plugins/boxzilla/3.2.21/code/assets/index.php
- Raw: https://pluginprobe.com/plugins/boxzilla/3.2.21/raw/assets/index.php
- Modified: 2016-05-11T11:35:30+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/boxzilla/3.2.21/code/assets/index.php#L10-L20`.

```php
<?php
if( ! defined( 'STB::VERSION' ) ) {
	header( 'Status: 403 Forbidden' );
	header( 'HTTP/1.1 403 Forbidden' );
	exit;
}
```
