start.php 319 B

1234567891011
  1. <?php
  2. define('APP_ID', 'test');
  3. define('BASE_ROOT_PATH', str_replace('/test', '', dirname(__FILE__)));
  4. require_once(BASE_ROOT_PATH . '/global.php');
  5. require_once(BASE_CORE_PATH . '/lrlz.php');
  6. require_once(BASE_ROOT_PATH . '/fooder.php');
  7. require_once(BASE_HELPER_PATH . '/PHPExcel/PHPExcel.php');
  8. Base::run_util();