index.php 307 B

1234567
  1. <?php
  2. define('DEVER_APP_NAME', 'wechat_service');
  3. define('DEVER_APP_LANG', '公众号');
  4. define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
  5. define('DEVER_MANAGE_ORDER', 80);
  6. define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-hdd layui-icon-cellphone');
  7. include(DEVER_APP_PATH . '../boot.php');