Panel/modules/user_admin
copilot-swe-agent[bot] 4babef08eb
fix: remove hardcoded Discord webhook URLs, centralize via discordmsg() helper
- Improve discordmsg() in includes/functions.php: add curl_init existence
  check, CURLOPT_TIMEOUT/CONNECTTIMEOUT, safe no-op when webhook is empty,
  correct false-return on curl_init failure
- index.php: replace hardcoded webhook URL + 15-line inline cURL block with
  discordmsg() using $settings['discord_webhook_admin']
- modules/user_admin/edit_user.php: same — role-change notification now
  uses discordmsg() + discord_webhook_admin setting
- modules/tickets/submitTicket.php: add global $settings; replace hardcoded
  webhook URL + inline cURL with discordmsg() using discord_webhook_main
- modules/billing/create_servers.php: replace $settings['webhookurl'] +
  inline cURL blocks (x2) with discordmsg() using discord_webhook_main

All modules now use the centralized discord_webhook_main / discord_webhook_admin
settings already managed in Admin > Settings. No DB migration needed.

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/e4d38343-77ed-4c7a-afac-a2a815a059fd

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-05 20:21:59 +00:00
..
add_group.php No changes 2025-09-11 13:29:15 -04:00
add_to_group.php Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
add_user.php No changes 2025-09-11 13:29:15 -04:00
del_from_group.php Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
del_group.php Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
del_user.php No changes 2025-09-11 13:29:15 -04:00
edit_user.php fix: remove hardcoded Discord webhook URLs, centralize via discordmsg() helper 2026-05-05 20:21:59 +00:00
module.php feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
navigation.xml No changes 2025-09-11 13:29:15 -04:00
show_groups.php Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
show_users.php Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00