8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
|
|
|
if (!defined('ABSPATH')) {
|
|
die('You are not allowed to call this page directly.');
|
|
}
|
|
|
|
require_once( __DIR__ . '/bootstrap/app.php' );
|