fix: remove debug output, Steam Workshop menu item, and PHP 8.3 TypeErrors in admin controller

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b402e67e-690f-4d0c-be37-181af3833298

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

View file

@ -26,13 +26,7 @@ $module_title = "Steam Workshop";
$module_version = "2.1";
$db_version = 1;
$module_required = TRUE;
$module_menus = array(
array(
'subpage' => 'workshop_admin',
'name' => 'Steam Workshop',
'group' => 'admin'
)
);
$module_menus = array();
// Database schema migration: create the three Workshop tables when not present.
// Called by the panel module installer when db_version increments.