4 changed files with 10 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||||||
|
______ ____ __ ______ ______ _ __ |
||||||
|
/_ __/_ ______ ___ / __ \/ / / / __ \ / ____/___ ____ ___ ____ (_) /__ _____ |
||||||
|
/ / / / / / __ \/ _ \/ /_/ / /_/ / /_/ / / / / __ \/ __ `__ \/ __ \/ / / _ \/ ___/ |
||||||
|
/ / / /_/ / /_/ / __/ ____/ __ / ____/ / /___/ /_/ / / / / / / /_/ / / / __/ / |
||||||
|
/_/ \__, / .___/\___/_/ /_/ /_/_/ \____/\____/_/ /_/ /_/ .___/_/_/\___/_/ v%s |
||||||
|
/____/_/ /_/ %s |
||||||
@ -1,6 +1,6 @@ |
|||||||
<?php |
<?php |
||||||
define("ROOT_PATH", dirname(__DIR__)); |
define("ROOT_PATH", dirname(__DIR__)); |
||||||
define('DEBUG', true); |
const DEBUG = true; |
||||||
|
|
||||||
require ROOT_PATH . '/vendor/autoload.php'; |
require ROOT_PATH . '/vendor/autoload.php'; |
||||||
require ROOT_PATH . '/src/functions.php'; |
require ROOT_PATH . '/src/functions.php'; |
||||||
Loading…
Reference in new issue