mirror of
https://github.com/unraid/webgui.git
synced 2026-01-26 03:29:08 -06:00
SMB: check both netBIOS and WSD
This commit is contained in:
@@ -4,8 +4,8 @@ Tag="sitemap"
|
||||
Cond="($var['shareSMBEnabled']=='yes')"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2020, Lime Technology
|
||||
* Copyright 2012-2020, Bergware International.
|
||||
/* Copyright 2005-2023, Lime Technology
|
||||
* Copyright 2012-2023, Bergware International.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
@@ -21,7 +21,7 @@ _(Workgroup)_:
|
||||
|
||||
:smb_workgroup_help:
|
||||
|
||||
<?if ($var['USE_NETBIOS']=="yes"):?>
|
||||
<?if ($var['USE_NETBIOS']=="yes" or $var['USE_WSD']=="yes"):?>
|
||||
_(Local master)_:
|
||||
: <select name="localMaster" <?if ($var['fsState']=="Started"):?>disabled<?endif;?>>
|
||||
<?=mk_option($var['localMaster'], "no", _('No'))?>
|
||||
|
||||
Reference in New Issue
Block a user