2014-08-30 13:04:52 +02:00
|
|
|
<?php
|
2014-08-30 15:04:33 +02:00
|
|
|
$start = microtime(true);
|
|
|
|
|
|
|
|
define('DS', DIRECTORY_SEPARATOR);
|
|
|
|
require_once(__DIR__ . DS . '..' . DS . 'vendor' . DS . 'autoload.php');
|
|
|
|
require_once(__DIR__ . DS . '..' . DS . 'src' . DS . 'AutoLoader.php');
|
|
|
|
|
2014-09-05 20:33:05 +02:00
|
|
|
$dispatcher = \Szurubooru\Injector::get(\Szurubooru\Dispatcher::class);
|
2014-08-30 15:04:33 +02:00
|
|
|
$dispatcher->run();
|