人人商城

device.ctrl.php 433B

123456789101112131415
  1. <?php
  2. /**
  3. * [淘淘源码铺微擎系统 System] Copyright (c) 2018 www.330code.com
  4. */
  5. defined('IN_IA') or exit('Access Denied');
  6. if ($do == 'online') {
  7. header('Location: //we7.jcxbhm.com/app/api.php?referrer='.$_W['setting']['site']['key']);
  8. exit;
  9. } elseif ($do == 'offline') {
  10. header('Location: //we7.jcxbhm.com/app/api.php?referrer='.$_W['setting']['site']['key'].'&standalone=1');
  11. exit;
  12. } else {
  13. }
  14. template('cloud/device');