Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
leaf_www
/
45cdd43a5f71987d78c128b1ca0a7b22899206ae
/
.
/
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'
]);
};