config.inc.php 263 B

1234567891011
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('INSTALL') or exit('Access Denied');
  4. $module = 'poster';
  5. $modulename = '广告模块';
  6. $introduce = '独立模块';
  7. $author = 'phpcms Team';
  8. $authorsite = 'http://www.phpcms.cn';
  9. $authoremail = '';
  10. ?>