thank.inc.php 289 B

123456789101112
  1. <?php
  2. /*
  3. * Install Uninstall Upgrade AutoStat System Code 2017040223vYV23HJDj3
  4. * This is NOT a freeware, use is subject to license terms
  5. * From www.1314study.com
  6. */
  7. if(!defined('IN_DISCUZ')) {
  8. exit('Access Denied');
  9. }
  10. require_once ('pluginvar.func.php');
  11. splugin_thinks(CURMODULE);
  12. ?>