Rapsys Git
/
airlibre
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Import bundle and preload config
[airlibre]
/
public
/
index.php
1
<?
php
2
3
use
App\Kernel
;
4
5
require_once
dirname
(
__DIR__
).
'/vendor/autoload_runtime.php'
;
6
7
return function
(
array
$context
) {
8
return new
Kernel
(
$context
[
'APP_ENV'
], (
bool
)
$context
[
'APP_DEBUG'
]);
9
};