Panel/modules
copilot-swe-agent[bot] 4d1b87b697
Adjust array-count guards after validation feedback
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/88949fe0-8891-483a-b5c5-952bc209748d

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-04-20 12:41:55 +00:00
..
addonsmanager Adjust array-count guards after validation feedback 2026-04-20 12:41:55 +00:00
administration From the panel site 2025-09-17 21:14:45 -04:00
backup-restore No changes 2025-09-11 13:29:15 -04:00
billing changed the server listing 2026-03-13 17:47:00 -04:00
circular From the panel site 2025-09-17 21:14:45 -04:00
config_games server log parser 2025-11-23 17:13:22 -05:00
cron No changes 2025-09-11 13:29:15 -04:00
dashboard Fixed calls to old billing module 2025-11-24 09:42:03 -05:00
dsi From the panel site 2025-09-17 21:14:45 -04:00
editconfigfiles No changes 2025-09-11 13:29:15 -04:00
extras No changes 2025-09-11 13:29:15 -04:00
faq Align instructions and FAQ with WDS docs 2025-11-26 19:31:15 -05:00
fast_download From the panel site 2025-09-17 21:14:45 -04:00
ftp From the panel site 2025-09-17 21:14:45 -04:00
gamemanager Adjust array-count guards after validation feedback 2026-04-20 12:41:55 +00:00
lgsl_with_img_mod From the panel site 2025-09-17 21:14:45 -04:00
litefm No changes 2025-09-11 13:29:15 -04:00
lostpwd No changes 2025-09-11 13:29:15 -04:00
mods No changes 2025-09-11 13:29:15 -04:00
modulemanager From the panel site 2025-09-17 21:14:45 -04:00
mysql From the panel site 2025-09-17 21:14:45 -04:00
news No changes 2025-09-11 13:29:15 -04:00
rcon No changes 2025-09-11 13:29:15 -04:00
register No changes 2025-09-11 13:29:15 -04:00
server From the panel site 2025-09-17 21:14:45 -04:00
settings From the panel site 2025-09-17 21:14:45 -04:00
status No changes 2025-09-11 13:29:15 -04:00
steam_workshop Address Steam Workshop search review notes 2026-01-31 20:23:40 +00:00
subusers No changes 2025-09-11 13:29:15 -04:00
support No changes 2025-09-11 13:29:15 -04:00
teamspeak3 No changes 2025-09-11 13:29:15 -04:00
tickets From the panel site 2025-09-17 21:14:45 -04:00
TS3Admin From the panel site 2025-09-17 21:14:45 -04:00
tshock From the panel site 2025-09-17 21:14:45 -04:00
update From the panel site 2025-09-17 21:14:45 -04:00
user_admin From the panel site 2025-09-17 21:14:45 -04:00
user_games From the panel site 2025-09-17 21:14:45 -04:00
util No changes 2025-09-11 13:29:15 -04: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.