Files
KI/public/index.php
2020-04-30 08:30:24 -04:00

11 lines
150 B
PHP

<?php
$__environment = 'web';
require_once realpath(implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'bootstrap',
'app.php'
]));
$app->run();