config.inc.php 269 B

12345678910
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('INSTALL') or exit('Access Denied');
  4. $module = 'vote';
  5. $modulename = '投票';
  6. $introduce = '投票模块';
  7. $author = 'phpcms team';
  8. $authorsite = 'http://www.phpcms.cn';
  9. $authoremail = 'phpcms@snda.com';
  10. ?>