Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
leaf_www
/
f92bd1db9088625a66bfa0f87a46b4900b53f1b8
/
.
/
public
/
index.php
blob: 9982c218d6969c72d4c91e3834e3f535e2dfe68b [
file
] [
log
] [
blame
]
<?
php
use
App
\Kernel
;
require_once dirname
(
__DIR__
).
'/vendor/autoload_runtime.php'
;
return
function
(
array $context
)
{
return
new
Kernel
(
$context
[
'APP_ENV'
],
(
bool
)
$context
[
'APP_DEBUG'
]);
};