lottery_setting.inc.php 369 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * [³¬¼¶»î¶¯(xj_event.{modulename})] (C)2012-2099 Powered by åÐÒ£¹¤×÷ÊÒ.
  4. * Version: 1.0
  5. * Date: 2012-9-15 10:27
  6. */
  7. if(!defined('IN_DISCUZ')) {
  8. exit('Access Denied');
  9. }
  10. if(file_exists(DISCUZ_ROOT.'./source/plugin/xj_event/module/lottery/setting.php')) {
  11. @include 'module/lottery/setting.php';
  12. }else{
  13. showmessage('Please purchase module');
  14. }
  15. ?>