diff --git a/plugins/dynamix/Identification.page b/plugins/dynamix/Identification.page index c77779e06..b13917eac 100644 --- a/plugins/dynamix/Identification.page +++ b/plugins/dynamix/Identification.page @@ -14,16 +14,19 @@ Icon="ident.png" * all copies or substantial portions of the Software. */ ?> - $disabled = $var['fsState']!='Stopped' ? 'disabled' : ''; ?> + +$disabled = $var['fsState']!='Stopped' ? 'disabled' : ''; +$name_warning = preg_match('/^[a-z0-9]([a-z0-9\-\.]{0,13}[a-z0-9])?$/i', $var['NAME']) ? '' : ' Not compatible with NetBIOS'; +?>