Code Duplication    Length = 4-4 lines in 2 locations

devices/ms/WindowsCommon.php 2 locations

@@ 259-262 (lines=4) @@
256
            $fcontents .= '!define REALM "' . $attr['internal:realm'][0] . '"
257
';
258
        }
259
        if(!empty($attr['internal:hint_userinput_suffix'][0]) && $attr['internal:hint_userinput_suffix'][0] == 1) {
260
            $fcontents .= '!define HINT_USER_INPUT "' . $attr['internal:hint_userinput_suffix'][0] . '"
261
';
262
        }
263
        if(!empty($attr['internal:verify_userinput_suffix'][0]) && $attr['internal:verify_userinput_suffix'][0] == 1) {
264
            $fcontents .= '!define VERIFY_USER_REALM_INPUT "' . $attr['internal:verify_userinput_suffix'][0] . '"
265
';
@@ 263-266 (lines=4) @@
260
            $fcontents .= '!define HINT_USER_INPUT "' . $attr['internal:hint_userinput_suffix'][0] . '"
261
';
262
        }
263
        if(!empty($attr['internal:verify_userinput_suffix'][0]) && $attr['internal:verify_userinput_suffix'][0] == 1) {
264
            $fcontents .= '!define VERIFY_USER_REALM_INPUT "' . $attr['internal:verify_userinput_suffix'][0] . '"
265
';
266
        }
267
        $fcontents .= '
268
!ifdef TLS
269
';