Panel/modules
copilot-swe-agent[bot] 4b771d498f Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-08 15:49:50 +00:00
..
addonsmanager Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
administration Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
backup-restore Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
billing Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
circular Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
config_games Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
cron Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files) 2025-09-08 15:49:50 +00:00
dashboard Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
dsi Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
editconfigfiles Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
extras Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
faq Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files) 2025-09-08 15:49:50 +00:00
fast_download Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
ftp Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
gamemanager Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files) 2025-09-08 15:49:50 +00:00
lgsl_with_img_mod Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
litefm Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
lostpwd Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
mods initial commit 2025-09-04 21:42:25 -04:00
modulemanager Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
mysql Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
news initial commit 2025-09-04 21:42:25 -04:00
rcon initial commit 2025-09-04 21:42:25 -04:00
register Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
server Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files) 2025-09-08 15:49:50 +00:00
settings Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
status Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
steam_workshop Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
subusers Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
support initial commit 2025-09-04 21:42:25 -04:00
teamspeak3 Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
tickets Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
TS3Admin Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
tshock Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
update Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
user_admin Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
user_games Phase 1: Update database configuration and schema (OGP to GSP) 2025-09-08 15:45:27 +00:00
util Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +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.