__init.php 369 B

123456789101112131415
  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. checkauth();
  8. load()->model('coupon');
  9. load()->classs('coupon');
  10. if(empty($_W['acid'])) {
  11. message('acid不存在', referer(), 'error');
  12. }