parent
854390329a
commit
37b24a12d2
3 changed files with 2 additions and 3 deletions
@ -1,8 +1,6 @@ |
|||||||
<?php |
<?php |
||||||
define("ROOT_PATH", dirname(__DIR__)); |
define("ROOT_PATH", dirname(__DIR__)); |
||||||
const DEBUG = true; |
const DEBUG = true; |
||||||
const VERSION = '0.4.1'; |
|
||||||
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