2016-04-19 13:54:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
require_once __DIR__."/../vendor/autoload.php";
|
|
|
|
require_once __DIR__."/systemtest.php";
|
2016-04-19 20:55:09 +00:00
|
|
|
if (file_exists(__DIR__."/banner.php"))
|
|
|
|
require_once __DIR__."/banner.php";
|
2016-04-19 13:54:03 +00:00
|
|
|
|
|
|
|
use NoccyLabs\Hotfix\HotfixApplication;
|
|
|
|
|
|
|
|
$app = new HotfixApplication();
|
|
|
|
$app->run();
|