예제 #1
0
function boot($dispatch = true)
{
    $boot = \Midori\Registry::get("boot");
    $boot->run($dispatch);
}