10 lines
128 B
PHP
10 lines
128 B
PHP
<?php
|
|
session_start();
|
|
|
|
include_once implode(DIRECTORY_SEPARATOR, [
|
|
dirname(__DIR__),
|
|
'setup',
|
|
'app.php'
|
|
]);
|
|
$app->run();
|