1
0
dani 14a7e8588a Small fixes to make the panel work on PHP8 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 14a7e8588a Small fixes to make the panel work on PHP8 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.