Panel/Panel/modules
2026-06-17 17:36:25 -05:00
..
addonsmanager added link to RL projects 2026-06-16 16:28:05 -05:00
administration Fix login and order 2026-06-17 14:53:00 -05:00
backup-restore moved website outside of panel folder 2026-05-13 20:00:40 -04: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 logfin expand 2026-06-16 12:24:59 -05:00
dashboard Fix login and order 2026-06-17 14:53:00 -05: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 server status fix 2026-06-17 08:28:31 -05: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
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
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
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 added link to RL projects 2026-06-16 16:28:05 -05:00
util moved website outside of panel folder 2026-05-13 20:00:40 -04:00
website attept 2 at site fix 2026-06-17 17:36:25 -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.