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