9 lines
		
	
	
		
			161 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| error_reporting(-1);
 | |
| ini_set("display_errors", true);
 | |
| 
 | |
| require_once "vendor/autoload.php";
 | |
| require 'bootstrap.php';
 | |
| 
 | |
| \kernel\App::create()->load()->run(); |