access.inc.php 358 B

12345678910111213141516
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: access.inc.php 34492 2014-05-09 02:18:22Z nemohou $
  7. */
  8. if (!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $_GET['mobile'] = 2;
  12. $_GET['op'] = 'access';
  13. require_once DISCUZ_ROOT.'./source/plugin/wechat/wechat.inc.php';