Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
admincfg.php
Go to the documentation of this file.
1 <?php
2 
3 //查看资料行数限制
4 $showlimit = 50;
5 //用户组名
6 $urgroup = array('<span class="red">封停</span>','正常','管理员2','管理员3','管理员4','管理员5','管理员6','管理员7','管理员8','管理员9','站长');
7 //用户性别
8 $ursex = array('0'=>'未定','m'=>'男','f'=>'女');
9 
10 ?>
$urgroup
Definition: admincfg.php:6
$ursex
Definition: admincfg.php:8
$showlimit
Definition: admincfg.php:4