Add all code files from IDE
This commit is contained in:
10
source/boot.php
Normal file
10
source/boot.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$ROOT = $_SERVER['DOCUMENT_ROOT'];
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
|
||||
require $ROOT . "/vendor/autoload.php";
|
||||
|
||||
// Other load tasks here
|
Reference in New Issue
Block a user