rocco27 d538498a18 Merge pull request #35 from OpenGamePanel/master před 7 roky
..
TS3Admin 3a8ffec3dc Some changes to avoid PHP warnings. před 7 roky
addonsmanager ccf128459d Now each module stores its own game monitor buttons in a file called monitor_buttons.php před 8 roky
administration 3a8ffec3dc Some changes to avoid PHP warnings. před 7 roky
config_games d538498a18 Merge pull request #35 from OpenGamePanel/master před 7 roky
dashboard c0891bcb46 duplicated lang constant, hasValue to isset and !empty, function getThemePath před 8 roky
extras b82b72ed07 Fixed Copyrights in the files před 8 roky
ftp 3b570c7b5a The access rights are described now on module.php of each module folder. před 7 roky
gamemanager bd60a9828d missing get_lang function před 7 roky
litefm ef955e37d9 Get the proper access rights string for admin. Added access right checks in litefm. před 7 roky
lostpwd b82b72ed07 Fixed Copyrights in the files před 8 roky
modulemanager 9af6a34d3d Minor Fix for Updates před 7 roky
mysql ccf128459d Now each module stores its own game monitor buttons in a file called monitor_buttons.php před 8 roky
register b82b72ed07 Fixed Copyrights in the files před 8 roky
server 8efbb800ae Retro compatibility for old forms před 7 roky
settings 909d625560 Change to avoid error page when checking with empty() the result of array_filter před 7 roky
status e4986ffabe Rollback to top command for task list using PID as matching string for grep. před 7 roky
subusers b82b72ed07 Fixed Copyrights in the files před 8 roky
update daba7dcb14 Update module manager first while updating the panel před 7 roky
user_admin 6ae9360983 Consistency for text area width před 7 roky
user_games b3d108968e Disable change access rights button if there are no servers selected. před 7 roky
README.modules 1901f57dfc Migrated from sf.net version 3390 před 9 roky

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.