pm_message.inc.php 273 B

123456789101112
  1. <?php
  2. if (!defined('IN_MYMPS')) {
  3. exit('FORBIDDEN');
  4. }
  5. $info_do_type = array();
  6. $info_do_type['惩罚相关'] = array('违法内容', '与版规不符', '发布重复信息', '被举报太多');
  7. $info_do_type['奖励相关'] = array('优秀信息', '诚信商家');
  8. ?>