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