name.inc.php 161 B

1234567
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('INSTALL') or exit('Access Denied');
  4. return array (
  5. 'index.html' => '新闻心情',
  6. );
  7. ?>