|
|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
*/
|
|
|
|
|
function resolve_listings_config(): array {
|
|
|
|
|
global $LISTINGS_INI, $ROOMS_FILE;
|
|
|
|
|
$listings_raw = parse_ini_file($LISTINGS_INI, process_sections: true);
|
|
|
|
|
$listings_raw = parse_ini_file($LISTINGS_INI, process_sections: true, scanner_mode: INI_SCANNER_RAW);
|
|
|
|
|
$servers_raw = file_get_contents($ROOMS_FILE);
|
|
|
|
|
$server_data = json_decode($servers_raw, true);
|
|
|
|
|
$servers = CommunityServer::from_details_array($server_data);
|
|
|
|
|
|