wordsCompile.php 287 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <?php $words = array ( 1 => array ( 0 => '系统', 1 => '系统消息', 2 => 'system', 3 => 'hibox', 4 => 'hiboxAdmin', 5 => 'yohoAdmin', 6 => 'yoho', 7 => 'admin', 8 => 'administrator', 9 => '管理员', 10 => 'hibox管理员', ), );