Panel/modules
2025-09-04 21:42:25 -04:00
..
addonsmanager initial commit 2025-09-04 21:42:25 -04:00
administration initial commit 2025-09-04 21:42:25 -04:00
backup-restore initial commit 2025-09-04 21:42:25 -04:00
billing initial commit 2025-09-04 21:42:25 -04:00
circular initial commit 2025-09-04 21:42:25 -04:00
config_games initial commit 2025-09-04 21:42:25 -04:00
cron initial commit 2025-09-04 21:42:25 -04:00
dashboard initial commit 2025-09-04 21:42:25 -04:00
dsi initial commit 2025-09-04 21:42:25 -04:00
editconfigfiles initial commit 2025-09-04 21:42:25 -04:00
extras initial commit 2025-09-04 21:42:25 -04:00
faq initial commit 2025-09-04 21:42:25 -04:00
fast_download initial commit 2025-09-04 21:42:25 -04:00
ftp initial commit 2025-09-04 21:42:25 -04:00
gamemanager initial commit 2025-09-04 21:42:25 -04:00
lgsl_with_img_mod initial commit 2025-09-04 21:42:25 -04:00
litefm initial commit 2025-09-04 21:42:25 -04:00
lostpwd initial commit 2025-09-04 21:42:25 -04:00
mods initial commit 2025-09-04 21:42:25 -04:00
modulemanager initial commit 2025-09-04 21:42:25 -04:00
mysql initial commit 2025-09-04 21:42:25 -04:00
news initial commit 2025-09-04 21:42:25 -04:00
rcon initial commit 2025-09-04 21:42:25 -04:00
register initial commit 2025-09-04 21:42:25 -04:00
server initial commit 2025-09-04 21:42:25 -04:00
settings initial commit 2025-09-04 21:42:25 -04:00
status initial commit 2025-09-04 21:42:25 -04:00
steam_workshop initial commit 2025-09-04 21:42:25 -04:00
subusers initial commit 2025-09-04 21:42:25 -04:00
support initial commit 2025-09-04 21:42:25 -04:00
teamspeak3 initial commit 2025-09-04 21:42:25 -04:00
tickets initial commit 2025-09-04 21:42:25 -04:00
TS3Admin initial commit 2025-09-04 21:42:25 -04:00
tshock initial commit 2025-09-04 21:42:25 -04:00
update initial commit 2025-09-04 21:42:25 -04:00
user_admin initial commit 2025-09-04 21:42:25 -04:00
user_games initial commit 2025-09-04 21:42:25 -04:00
util initial commit 2025-09-04 21:42:25 -04:00
README.modules initial commit 2025-09-04 21:42:25 -04:00
reseller.tar.gz initial commit 2025-09-04 21:42:25 -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.