site.php 295 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * 芸众商城模块微站定义
  4. *
  5. * @url http://bbs.yunzshop.com/
  6. */
  7. defined('IN_IA') or exit('Access Denied');
  8. include __DIR__ . '/app/laravel.php';
  9. include_once __DIR__ . '/app/yunshop.php';
  10. class yun_shopModuleSite extends WeModuleSite
  11. {
  12. }
  13. return new yun_shopModuleSite();