- <?php
- /**
- * 模块接口
- *
- * @author 泸州市音速科技有限公司
- * @url https://www.rryong.cn
- */
- defined('IN_IA') or exit('Access Denied');
- class Wike_agingModule extends WeModule
- {
- public function welcomeDisplay($menus = array())
- {
- header("Location:/addons/wike_aging/public/admin/index.html?i=".igetcookie('__uniacid'));
- }
- }
|