parent
aace0fd816
commit
854390329a
1 changed files with 3 additions and 3 deletions
@ -1,8 +1,8 @@ |
|||||||
<?php |
<?php |
||||||
define("ROOT_PATH", dirname(__DIR__)); |
define("ROOT_PATH", dirname(__DIR__)); |
||||||
define('DEBUG', true); |
const DEBUG = true; |
||||||
define('VERSION', '0.4.1'); |
const VERSION = '0.4.1'; |
||||||
define('WEBSITE', 'https://www.swoole.com/aot/'); |
const WEBSITE = 'https://www.swoole.com/aot/'; |
||||||
|
|
||||||
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