webgui updates for 6.3.0-rc9

This commit is contained in:
Eric Schultz
2017-01-27 10:23:44 -06:00
parent 9b98236550
commit 0c5a36741a
85 changed files with 543 additions and 561 deletions
+1 -1
View File
@@ -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".