dani 00016442b3 Restored unwanted changes 3 лет назад
..
TS3Admin 3ff4272038 PHP 8 Fixes 5 лет назад
addonsmanager 14a7e8588a Small fixes to make the panel work on PHP8 3 лет назад
administration 3a8ffec3dc Some changes to avoid PHP warnings. 7 лет назад
config_games 6249487291 Update FiveM & RedM (#587) 3 лет назад
dashboard dca90e5b46 Language Fixes 5 лет назад
extras 14a7e8588a Small fixes to make the panel work on PHP8 3 лет назад
ftp 00016442b3 Restored unwanted changes 3 лет назад
gamemanager 14a7e8588a Small fixes to make the panel work on PHP8 3 лет назад
litefm 14a7e8588a Small fixes to make the panel work on PHP8 3 лет назад
lostpwd b82b72ed07 Fixed Copyrights in the files 8 лет назад
modulemanager 9e225e8363 Fixes for Various Problems 7 лет назад
mysql ccf128459d Now each module stores its own game monitor buttons in a file called monitor_buttons.php 8 лет назад
register e7e7b4a4eb Add boundry char after $adminEmailList 5 лет назад
server d51877ead4 Minor Fixes 5 лет назад
settings 15f7b22757 Remove Atom Files if Certain Settings Change 5 лет назад
status e4986ffabe Rollback to top command for task list using PID as matching string for grep. 7 лет назад
subusers e2583d515a Minor Changes as Referenced in PR https://github.com/OpenGamePanel/OGP-Website/pull/521 5 лет назад
update 666eec996a Added New Branch Setting 5 лет назад
user_admin 9bab203f12 Subuser Expiration Date Affected By Main User's Expiration Date 6 лет назад
user_games 3ff4272038 PHP 8 Fixes 5 лет назад
README.modules 1901f57dfc Migrated from sf.net version 3390 9 лет назад

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.