model.php 159 B

12345
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('UNINSTALL') or exit('Access Denied');
  4. return array('vote_subject','vote_data','vote_option');
  5. ?>