Jonathan Droogh b8a5f84925 Fixed server info/controls not showing when expanding via icon column 6 years ago
..
TS3Admin 3a8ffec3dc Some changes to avoid PHP warnings. 7 years ago
addonsmanager ccf128459d Now each module stores its own game monitor buttons in a file called monitor_buttons.php 8 years ago
administration 3a8ffec3dc Some changes to avoid PHP warnings. 7 years ago
config_games 841006b1d7 Updated Unturned XML 6 years ago
dashboard bdca11a21a Respect NAT Setting Only for Querying 7 years ago
extras b82b72ed07 Fixed Copyrights in the files 8 years ago
ftp 57dd902b67 PHP Compatibility 7 years ago
gamemanager b8a5f84925 Fixed server info/controls not showing when expanding via icon column 6 years ago
litefm 9aeede721f fix rename bug 6 years ago
lostpwd b82b72ed07 Fixed Copyrights in the files 8 years ago
modulemanager 9e225e8363 Fixes for Various Problems 7 years ago
mysql ccf128459d Now each module stores its own game monitor buttons in a file called monitor_buttons.php 8 years ago
register 6740a8ff66 Register Module Changes - Removed Password - Added Preference for User Receiving Emails - Mainly Applies to Admins 7 years ago
server bdca11a21a Respect NAT Setting Only for Querying 7 years ago
settings 43ab74e82a Remove Charset Setting 6 years ago
status e4986ffabe Rollback to top command for task list using PID as matching string for grep. 7 years ago
subusers b82b72ed07 Fixed Copyrights in the files 8 years ago
update 15ed35ba26 Minor Fixes 7 years ago
user_admin 9bab203f12 Subuser Expiration Date Affected By Main User's Expiration Date 6 years ago
user_games e8a2307e55 Game Server Ordering - Can be set by admin user only (#449) 6 years ago
README.modules 1901f57dfc Migrated from sf.net version 3390 9 years ago

README.modules

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 .php is loaded.

* Additional files:

In addition to the files above module can have as many extra files as you want.