- order.php: replace foreach((array)$mysqli_result) with proper fetch_assoc() loop - order.php: fix hidden service_id field to use $_REQUEST instead of $_POST - order.php: add safe error messages and error_log() on failed service lookup - lang/English/global.php: add OGP_LANG_steam_workshop to fix _steam_workshop_ raw key - steam_workshop/module.php: replace unusable $module_db_create heredoc with proper $install_queries[0] array so tables are created during module install - timestamp.txt: updated Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/70fa0082-93ad-4a4d-a1b3-ea6afa77ee80 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| addonsmanager | ||
| administration | ||
| backup-restore | ||
| billing | ||
| circular | ||
| config_games | ||
| cron | ||
| dashboard | ||
| dsi | ||
| editconfigfiles | ||
| faq | ||
| fast_download | ||
| ftp | ||
| gamemanager | ||
| lgsl_with_img_mod | ||
| litefm | ||
| lostpwd | ||
| mods | ||
| modulemanager | ||
| mysql | ||
| news | ||
| rcon | ||
| register | ||
| server | ||
| settings | ||
| status | ||
| steam_workshop | ||
| subusers | ||
| support | ||
| teamspeak3 | ||
| tickets | ||
| TS3Admin | ||
| tshock | ||
| update | ||
| user_admin | ||
| user_games | ||
| util | ||
| README.modules | ||
| reseller.tar.gz | ||
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.