Tokiwa Battle Royale
GE777
A PHP Battle Royale inspired game
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
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
$urgroup
Definition:
admincfg.php:6
$ursex
$ursex
Definition:
admincfg.php:8
$showlimit
$showlimit
Definition:
admincfg.php:4
gamedata
admincfg.php
Generated on Thu Nov 20 2014 11:37:59 for Tokiwa Battle Royale by
1.8.8