6 lines
172 B
PHP
6 lines
172 B
PHP
|
<?php
|
||
|
error_reporting(E_ALL);
|
||
|
ini_set('display_errors', 1);
|
||
|
define('BASEPATH', dirname(__DIR__, 1));
|
||
|
require_once(BASEPATH . '/vendor/4lt/novaconium/src/bootstrap.php');
|
||
|
?>
|