Files
KI/public/index.php

11 lines
150 B
PHP
Raw Normal View History

2020-04-30 08:26:51 -04:00
<?php
$__environment = 'web';
require_once realpath(implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'bootstrap',
'app.php'
]));
$app->run();