config.inc.php 257 B

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