think 749 B

12345678910111213141516
  1. #!/usr/bin/env php
  2. <?php
  3. // +----------------------------------------------------------------------
  4. // | Tplay [ WE ONLY DO WHAT IS NECESSARY ]
  5. // +----------------------------------------------------------------------
  6. // | Copyright (c) 2017 http://tplay.pengyichen.com All rights reserved.
  7. // +----------------------------------------------------------------------
  8. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  9. // +----------------------------------------------------------------------
  10. // | Author: 听雨 < 389625819@qq.com >
  11. // +----------------------------------------------------------------------
  12. // 定义项目路径
  13. define('APP_PATH', __DIR__ . '/app/');
  14. // 加载框架引导文件
  15. require __DIR__.'/thinkphp/console.php';