diff --git a/modules/billing/serverlist.php b/modules/billing/serverlist.php index e8887838..35c60c1c 100644 --- a/modules/billing/serverlist.php +++ b/modules/billing/serverlist.php @@ -51,7 +51,10 @@ $result_services = $db->query($qry_services); if (!$result_services) { // config_homes join may not exist on all installs; fall back to services-only query $where_clause_fallback = str_replace('bs.', '', $where_clause); - $qry_services_fallback = "SELECT *, NULL AS cfg_game_name, NULL AS cfg_game_key + $qry_services_fallback = "SELECT service_id, home_cfg_id, enabled, service_name, description, + img_url, price_monthly, slot_min_qty, slot_max_qty, + remote_server_id, + NULL AS cfg_game_name, NULL AS cfg_game_key FROM {$table_prefix}billing_services {$where_clause_fallback} ORDER BY service_name"; diff --git a/modules/config_games/config_servers.php b/modules/config_games/config_servers.php index 6ead9475..c4fc149f 100644 --- a/modules/config_games/config_servers.php +++ b/modules/config_games/config_servers.php @@ -1155,7 +1155,8 @@ function exec_ogp_module() { echo "
"; echo "

Full Raw XML Editor

"; echo "
Warning: Saving raw XML bypasses the guided editor. The file will be validated against the schema before saving. Invalid XML will be rejected.
"; - echo ""; + echo ""; + echo ""; echo "
"; echo "
"; echo "";