index.php 336 B

12345678910111213141516
  1. <?php
  2. /**
  3. * 手机接口初始化文件
  4. *
  5. *
  6. */
  7. define('APP_ID','mobile');
  8. //define('IGNORE_EXCEPTION', true);
  9. define('BASE_PATH',str_replace('\\','/',dirname(__FILE__)));
  10. ////框架扩展
  11. require_once (BASE_PATH.'/framework/function/function.php');
  12. require_once (BASE_PATH.'/control/control.php');
  13. //Base::run();