mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Fixed page references when Users menu is under Settings [2]
This commit is contained in:
@@ -15,7 +15,7 @@ Title="Users"
|
||||
?>
|
||||
<?
|
||||
$submenu = !empty($display['users']) && substr($display['users'],0,5)!='Tasks';
|
||||
if ($submenu) $path = '/Settings/Users';
|
||||
if ($submenu) $path = './Users';
|
||||
?>
|
||||
<?foreach ($users as $user):?>
|
||||
<?$img = "/boot/config/plugins/dynamix/users/{$user['name']}.png"?>
|
||||
|
||||
Reference in New Issue
Block a user