| 1234567891011121314151617 |
- <?php
- /**
- * 芸众商城模块微站定义
- *
- * @url http://bbs.yunzshop.com/
- */
- defined('IN_IA') or exit('Access Denied');
- include __DIR__ . '/app/laravel.php';
- include_once __DIR__ . '/app/yunshop.php';
- class yun_shopModuleSite extends WeModuleSite
- {
- }
- return new yun_shopModuleSite();
|