Move public to make it compatible with symfony nginx files
This commit is contained in:
		| @@ -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(); | ||||
		Reference in New Issue
	
	Block a user