visit.ctrl.php 355 B

1234567891011121314151617
  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. load()->model('visit');
  8. $dos = array('showjs');
  9. $do = in_array($do, $dos) ? $do : 'showjs';
  10. if ($do == 'showjs') {
  11. echo '';
  12. exit;
  13. }