Panel/modules
copilot-swe-agent[bot] 815f2b0b0c Phase 5: Final validation and remaining reference updates
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-08 16:08:38 +00:00
..
addonsmanager Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
administration Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
backup-restore Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
billing Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
circular Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
config_games Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
cron Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
dashboard Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
dsi Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
editconfigfiles Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
extras Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
faq Phase 4: Update documentation and remaining user-facing content 2025-09-08 15:57:33 +00:00
fast_download Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
ftp Phase 4: Update documentation and remaining user-facing content 2025-09-08 15:57:33 +00:00
gamemanager Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
lgsl_with_img_mod Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
litefm Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
lostpwd Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
mods initial commit 2025-09-04 21:42:25 -04:00
modulemanager Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
mysql Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
news Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
rcon Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
register Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
server Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
settings Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
status Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
steam_workshop Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
subusers Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
support Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
teamspeak3 Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
tickets Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
TS3Admin Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
tshock Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
update Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
user_admin Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00:00
user_games Phase 5: Final validation and remaining reference updates 2025-09-08 16:08:38 +00:00
util Phase 3: Update remaining code references (classes, constants, functions) 2025-09-08 15:53:33 +00: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.