index.php 284 B

12345678910111213
  1. <?php
  2. // [ 应用入口文件 ]
  3. namespace think;
  4. // 加载基础文件
  5. require __DIR__ . '/../thinkphp/base.php';
  6. define('BASE_ROOT_PATH',str_replace('/crontab','',dirname(__FILE__)));
  7. define('BASE_PATH',BASE_ROOT_PATH . '/crontab');
  8. require_once(BASE_PATH . '/config.ini.php');