mirror of
https://github.com/unraid/webgui.git
synced 2026-04-27 21:40:20 -05:00
Fix: do not allow creation of hidden share names
This commit is contained in:
@@ -91,7 +91,7 @@ foreach ($rows as $row) echo $row;
|
||||
<input type="hidden" name="shareNameOrig" value="<?=htmlspecialchars($share['nameOrig'])?>">
|
||||
|
||||
_(Share name)_:
|
||||
: <input type="text" name="shareName" maxlength="40" value="<?=htmlspecialchars($name)?>">
|
||||
: <input type="text" name="shareName" maxlength="40" value="<?=htmlspecialchars($name)?>" title="_(Hidden share names are not allowed)_" pattern="^[^\.]+">
|
||||
|
||||
:share_edit_name_help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user