faq.inc.php 321 B

123456789101112131415
  1. <?php
  2. /**
  3. * This is NOT a freeware, use is subject to license terms
  4. * From www.1314study.com
  5. */
  6. if(!defined('IN_DISCUZ')) {
  7. exit('Access Denied');
  8. }
  9. $identifier = CURMODULE;
  10. $splugin_setting = $_G['cache']['plugin'][$identifier];
  11. $splugin_lang = lang('plugin/'.$identifier);
  12. include template($identifier.':faq');
  13. ?>