Panel/modules
copilot-swe-agent[bot] 97010974d7
Fix false-positive replacements from compatibility sweep
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/89922108-1604-44ae-949d-358d32b9d70a

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-04-23 14:08:38 +00:00
..
addonsmanager Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
administration Fix false-positive replacements from compatibility sweep 2026-04-23 14:08:38 +00:00
backup-restore Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
billing Update timestamp and docs for PHP8 compatibility sweep 2026-04-23 14:04:13 +00:00
circular Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
config_games Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
cron Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
dashboard Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
dsi Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
editconfigfiles Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
extras Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
faq Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
fast_download Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
ftp Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
gamemanager Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
lgsl_with_img_mod Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
litefm Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
lostpwd Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
mods Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
modulemanager Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
mysql Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
news Fix false-positive replacements from compatibility sweep 2026-04-23 14:08:38 +00:00
rcon Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
register Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
server Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
settings Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
status Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
steam_workshop Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
subusers Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
support Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
teamspeak3 Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
tickets Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
TS3Admin Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
tshock Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
update Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
user_admin Fix false-positive replacements from compatibility sweep 2026-04-23 14:08:38 +00:00
user_games Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
util Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +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.