fix: null handling in realEscapeSingle, init $map, add billing upgrade for created_by_admin

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/77c3c429-fc35-4f66-9d78-900be575b81a

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-01 13:16:04 +00:00 committed by GitHub
parent 21b8dab91b
commit 8a6823186a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View file

@ -67,6 +67,7 @@ function exec_ogp_module()
$query_name = $mod; // If query name does not exist use mod key instead.
// Check if the screen running the server is running.
$map = '';
if ($server_xml->protocol == "gameq")
{
require('protocol/GameQ/functions.php');