leguevent/_config.php
2020-12-03 12:15:39 +08:00

11 lines
374 B
PHP

<?php
$configJson = json_decode(file_get_contents('config.json'),true);
$GAMES = $configJson['games'];
$ROLES = $configJson['roles'];
$GXVROLES = $configJson['gxvroles'];
$GXYYEROLES = $configJson['gxyyeroles'];
$GXCPEROLES = $configJson['gxcperoles'];
$GXYFEROLES = $configJson['gxyferoles'];
$XFVROLES = $configJson['xfvroles'];
$XFYYEROLES = $configJson['xfyyeroles'];
?>