Panel/Panel/modules
2026-06-15 20:04:55 -05:00
..
addonsmanager workshop fix 1234 2026-06-11 12:50:45 -05:00
administration update updater 2026-06-08 18:00:08 -05:00
backup-restore moved website outside of panel folder 2026-05-13 20:00:40 -04:00
billing feat: relocate billing runtime to module and harden updater panel pathing 2026-05-18 13:46:11 +00:00
circular moved website outside of panel folder 2026-05-13 20:00:40 -04:00
config_games woekshop phase 1 2026-06-09 06:13:44 -05:00
cron redo of steam workshop 2026-06-06 18:18:40 -05:00
dashboard moved website outside of panel folder 2026-05-13 20:00:40 -04:00
dsi moved website outside of panel folder 2026-05-13 20:00:40 -04:00
editconfigfiles moved website outside of panel folder 2026-05-13 20:00:40 -04:00
faq moved website outside of panel folder 2026-05-13 20:00:40 -04:00
fast_download moved website outside of panel folder 2026-05-13 20:00:40 -04:00
ftp liteFM fixes 2026-06-10 18:59:12 -04:00
gamemanager workshop fix 37 2026-06-12 10:14:53 -05:00
lgsl_with_img_mod moved website outside of panel folder 2026-05-13 20:00:40 -04:00
litefm workshop fix 1234 2026-06-11 12:50:45 -05:00
lostpwd moved website outside of panel folder 2026-05-13 20:00:40 -04:00
mods moved website outside of panel folder 2026-05-13 20:00:40 -04:00
modulemanager moved website outside of panel folder 2026-05-13 20:00:40 -04:00
mysql moved website outside of panel folder 2026-05-13 20:00:40 -04:00
news moved website outside of panel folder 2026-05-13 20:00:40 -04:00
rcon moved website outside of panel folder 2026-05-13 20:00:40 -04:00
register fix: harden panel registration and captcha fallback 2026-05-18 12:40:23 +00:00
reseller added reseller 2026-06-09 06:20:35 -05:00
server moved website outside of panel folder 2026-05-13 20:00:40 -04:00
settings feat: Server Content Phase 2 – schema, cache mode setting, install history, manifest, requires_stop" 2026-05-18 22:00:22 +00:00
status moved website outside of panel folder 2026-05-13 20:00:40 -04:00
steam_workshop workshop fix 37 2026-06-12 10:14:53 -05:00
steam_workshop.bak.20260609-145834 worksjop fix 2026-06-09 14:59:06 -05:00
subusers moved website outside of panel folder 2026-05-13 20:00:40 -04:00
support moved website outside of panel folder 2026-05-13 20:00:40 -04:00
teamspeak3 moved website outside of panel folder 2026-05-13 20:00:40 -04:00
tickets moved website outside of panel folder 2026-05-13 20:00:40 -04:00
TS3Admin moved website outside of panel folder 2026-05-13 20:00:40 -04:00
tshock moved website outside of panel folder 2026-05-13 20:00:40 -04:00
update fixed updated 2026-06-07 15:37:43 -05:00
user_admin moved website outside of panel folder 2026-05-13 20:00:40 -04:00
user_games moved website outside of panel folder 2026-05-13 20:00:40 -04:00
util moved website outside of panel folder 2026-05-13 20:00:40 -04:00
website fixed bad links 2026-06-15 20:04:55 -05:00
README.modules moved website outside of panel folder 2026-05-13 20:00:40 -04:00
SERVER_IMAGE_MODULE_REVIEW.md Add protocol and image review docs with query wrapper scaffold 2026-05-18 22:20:27 +00: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.