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
|
|
@ -27,11 +27,6 @@ $module_version = "2.1";
|
|||
$db_version = 1;
|
||||
$module_required = TRUE;
|
||||
$module_menus = array(
|
||||
array(
|
||||
'subpage' => 'main',
|
||||
'name' => 'Steam Workshop',
|
||||
'group' => 'user'
|
||||
),
|
||||
array(
|
||||
'subpage' => 'workshop_admin',
|
||||
'name' => 'Steam Workshop',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<navigation>
|
||||
<page key="main" file="main.php" access="user,admin" />
|
||||
<page key="uninstall" file="uninstall.php" access="user,admin" />
|
||||
<page key="main" file="main.php" access="admin" />
|
||||
<page key="uninstall" file="uninstall.php" access="admin" />
|
||||
<page key="workshop_admin" file="workshop_admin.php" access="admin" />
|
||||
</navigation>
|
||||
Loading…
Add table
Add a link
Reference in a new issue