From 9740cdd33b1e490bf8cd76447a4cd8f52f29c35f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 3 May 2026 23:04:59 +0000 Subject: [PATCH] fix: escape service_name in order.php to prevent XSS; modernize admin JS Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/28b4019a-734d-418e-8002-8c1ff0c0f564 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- modules/billing/adminserverlist.php | 6 +++--- modules/billing/order.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/billing/adminserverlist.php b/modules/billing/adminserverlist.php index 5f44a28f..afd4e033 100644 --- a/modules/billing/adminserverlist.php +++ b/modules/billing/adminserverlist.php @@ -576,11 +576,11 @@ while ($svcRes && ($row = $svcRes->fetch_assoc())) {