人人商城

__init.php 520B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * [WeEngine System] Copyright (c) 2014 WE7.CC
  4. * WeEngine is NOT a free software, it under the license terms, visited http://www.we7.cc/ for more details.
  5. */
  6. defined('IN_IA') or exit('Access Denied');
  7. if (in_array($action, array('upgrade', 'profile', 'diagnose', 'sms'))) {
  8. define('FRAME', 'site');
  9. } else {
  10. define('FRAME', 'system');
  11. }
  12. if(in_array($action, array('profile', 'device', 'callback', 'appstore', 'sms'))) {
  13. $do = $action;
  14. $action = 'redirect';
  15. }
  16. if($action == 'touch') {
  17. exit('success');
  18. }