Move public to make it compatible with symfony nginx files
This commit is contained in:
parent
503d8c524a
commit
68ccd37f07
@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__).'/../vendor/autoload.php';
|
||||
|
||||
$kernel = new Kernel();
|
||||
|
||||
$kernel();
|
9
public/index.php
Normal file
9
public/index.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__).'/vendor/autoload.php';
|
||||
|
||||
$kernel = new Kernel();
|
||||
|
||||
$kernel();
|
Loading…
Reference in New Issue
Block a user