index.php 281 B

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