Role.php 786 B

1
  1. <?php return array ( 1 => array ( 'id' => '1', 'name' => '超级管理员', 'status' => '1', 'remark' => '超级管理员', 'pid' => '0', 'listorder' => '0', 'allowpost' => '1', 'allowpostverify' => '1', 'allowsearch' => '1', 'allowupgrade' => '1', 'allowsendmessage' => '1', 'allowattachment' => '1', 'maxpostnum' => '0', 'maxmessagenum' => '0', 'price_y' => '0.00', 'price_m' => '0.00', 'price_d' => '0.00', ), 2 => array ( 'id' => '2', 'name' => 'tongshi', 'status' => '1', 'remark' => '', 'pid' => '0', 'listorder' => '0', 'allowpost' => '0', 'allowpostverify' => '0', 'allowsearch' => '0', 'allowupgrade' => '0', 'allowsendmessage' => '0', 'allowattachment' => '0', 'maxpostnum' => '0', 'maxmessagenum' => '0', 'price_y' => '0.00', 'price_m' => '0.00', 'price_d' => '0.00', ), );?>