Panel/modules
copilot-swe-agent[bot] 1bd34c07a0
fix: use static path hint for agent CLI command in user.php
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/d9a824dc-5568-4604-a1e1-c72ccf240e13

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-05 12:20:23 +00:00
..
addonsmanager feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
administration Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
backup-restore feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
billing fix: billing order flow, steam_workshop lang key, workshop module install queries 2026-05-04 17:15:07 +00:00
circular Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
config_games fix: address code review - add aria-label to jump link, localize optional text, add LANG_optional key 2026-05-04 20:35:59 +00:00
cron Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
dashboard chore: remove 22 stray backup files (.bak/.BAK/.orig/.backup); update CHANGELOG and timestamp 2026-05-02 12:51:18 +00:00
dsi Fix all PHP 8 deprecated/removed function usage across the repository 2026-04-30 13:47:38 +00:00
editconfigfiles feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
faq fix: address code review feedback (comment clarity, remove redundant static array, add CSS class) 2026-05-04 00:13:49 +00:00
fast_download fix: consolidate module schemas to db_version=1, fix billing admin undefined vars and prefix 2026-05-02 19:41:22 +00:00
ftp feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
gamemanager fix: server expiration LEFT JOIN and Steam Workshop MySQL 5.7 safe migration 2026-05-05 10:54:48 +00:00
lgsl_with_img_mod Fix all PHP 8 deprecated/removed function usage across the repository 2026-04-30 13:47:38 +00:00
litefm feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
lostpwd Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
mods local edits 2026-04-29 17:49:28 -04:00
modulemanager fix: server expiration LEFT JOIN and Steam Workshop MySQL 5.7 safe migration 2026-05-05 10:54:48 +00:00
mysql Fix SQL query syntax in monitor_buttons.php 2026-05-02 16:36:13 -04:00
news feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
rcon Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
register feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
server Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
settings feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
status debugging help 2026-04-29 18:22:40 -04:00
steam_workshop fix: use static path hint for agent CLI command in user.php 2026-05-05 12:20:23 +00:00
subusers Fix all PHP 8 deprecated/removed function usage across the repository 2026-04-30 13:47:38 +00:00
support fix: address code review - add aria-label to jump link, localize optional text, add LANG_optional key 2026-05-04 20:35:59 +00:00
teamspeak3 Fix all PHP 8 deprecated/removed function usage across the repository 2026-04-30 13:47:38 +00:00
tickets Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
TS3Admin Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
tshock Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
update feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
user_admin Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_ 2026-05-04 17:31:16 +00:00
user_games feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
util feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme 2026-05-03 23:31:07 +00:00
README.modules No changes 2025-09-11 13:29:15 -04:00
reseller.tar.gz From the panel site 2025-09-17 21:14:45 -04:00

Module directory consists of following files:

* module.php (REQUIRED):

Contains the information for the module, such as:
- version
- name
- menu entries
- sql installation queries

* navigation.xml (OPTIONAL):

Contains the navigation for the module. This file is optional and if not used,
the default page called <module_name>.php is loaded.

* Additional files:

In addition to the files above module can have as many extra files as you want.