v0.1.0
This commit is contained in:
0
frontend/public/.htaccess
Normal file
0
frontend/public/.htaccess
Normal file
9
frontend/public/index.php
Normal file
9
frontend/public/index.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
include_once implode(DIRECTORY_SEPARATOR, [
|
||||
dirname(__DIR__),
|
||||
'setup',
|
||||
'app.php'
|
||||
]);
|
||||
$app->run();
|
Reference in New Issue
Block a user