9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
ini_set("display_erros", "on");
|
|
require_once __DIR__ . '/provide/autoload.php';
|
|
|
|
$boot = new BootLoader(__DIR__);
|
|
$boot->run();
|
|
|