module.php 339 B

12345678910111213141516
  1. <?php
  2. /**
  3. * 芸众商城模块定义
  4. *
  5. * @author YunZhong
  6. * @url http://www.yunzshop.com/
  7. */
  8. defined('IN_IA') or exit('Access Denied');
  9. class Yun_shopModule extends WeModule {
  10. public function settingsDisplay($settings) {
  11. header('Location:/web/index.php?c=site&a=entry&m=yun_shop&do=setting&route=setting.shop.index');
  12. }
  13. }