Files
totalsport/public/index.php

10 lines
139 B
PHP
Raw Normal View History

2020-04-10 02:21:25 -04:00
<?php
$__environment = 'web';
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'bootstrap',
'app.php'
]);
$app->run();