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:
parent
2aaf058c45
commit
c737f0caa7
3 changed files with 10 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue