fix: FAQ PHP warnings, billing nav, XML fatal-skip, Steam Workshop user menu
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/86bb1e0e-2bbd-439b-88cd-7a624ad24761 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
13de7c8383
commit
5c463d381f
6 changed files with 98 additions and 18 deletions
|
|
@ -30,12 +30,9 @@ $module_required = FALSE;
|
|||
// Module description
|
||||
$module_description = "Billing storefront / provisioning integration. Public ordering runs as a standalone site; panel pages provide provisioning and admin order management.";
|
||||
|
||||
// Register module menus so panel can show links (user and admin views)
|
||||
$module_menus = array(
|
||||
array('subpage' => 'my_orders', 'name' => 'My Orders', 'group' => 'user'),
|
||||
array('subpage' => 'provision_servers', 'name' => 'Provision Servers', 'group' => 'user'),
|
||||
array('subpage' => 'admin_orders', 'name' => 'Manage Orders', 'group' => 'admin')
|
||||
);
|
||||
// No panel menu entries – billing runs as a standalone website, not panel pages.
|
||||
// Install/uninstall/update DB logic below is still active.
|
||||
$module_menus = array();
|
||||
|
||||
$install_queries = array();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue