leguevent/_config.php
2020-12-01 15:23:04 +08:00

5 lines
136 B
PHP

<?php
$configJson = json_decode(file_get_contents('config.json'),true);
$GAMES = $configJson['games'];
$ROLES = $configJson['roles'];
?>