mirror of
https://github.com/unraid/webgui.git
synced 2026-05-02 15:59:35 -05:00
webgui updates for 6.3.0-rc9
This commit is contained in:
@@ -16,7 +16,7 @@ Cond="($var['shareSMBEnabled']=='yes')"
|
||||
?>
|
||||
<form markdown="1" name="WorkGroup" method="POST" action="/update.htm" target="progressFrame">
|
||||
Workgroup:
|
||||
: <input type="text" name="WORKGROUP" maxlength="40" value="<?=$var['WORKGROUP'];?>" class="narrow">
|
||||
: <input type="text" name="WORKGROUP" maxlength="40" value="<?=htmlspecialchars($var['WORKGROUP'])?>" class="narrow">
|
||||
|
||||
> Enter your local network Workgroup name. Usually this is "WORKGROUP".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user