model.php 196 B

12345
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('INSTALL') or exit('Access Denied');
  4. return array('comment', 'comment_check', 'comment_data', 'comment_setting', 'comment_table');
  5. ?>