Code Duplication    Length = 4-4 lines in 2 locations

devices/ms/WindowsCommon.php 2 locations

@@ 269-272 (lines=4) @@
266
            $fcontents .= '!define REALM "' . $attr['internal:realm'][0] . '"
267
';
268
        }
269
        if(!empty($attr['internal:hint_userinput_suffix'][0]) && $attr['internal:hint_userinput_suffix'][0] == 1) {
270
            $fcontents .= '!define HINT_USER_INPUT "' . $attr['internal:hint_userinput_suffix'][0] . '"
271
';
272
        }
273
        if(!empty($attr['internal:verify_userinput_suffix'][0]) && $attr['internal:verify_userinput_suffix'][0] == 1) {
274
            $fcontents .= '!define VERIFY_USER_REALM_INPUT "' . $attr['internal:verify_userinput_suffix'][0] . '"
275
';
@@ 273-276 (lines=4) @@
270
            $fcontents .= '!define HINT_USER_INPUT "' . $attr['internal:hint_userinput_suffix'][0] . '"
271
';
272
        }
273
        if(!empty($attr['internal:verify_userinput_suffix'][0]) && $attr['internal:verify_userinput_suffix'][0] == 1) {
274
            $fcontents .= '!define VERIFY_USER_REALM_INPUT "' . $attr['internal:verify_userinput_suffix'][0] . '"
275
';
276
        }
277
        $fcontents .= $this->msInfoFile($attr);
278
        return($fcontents);
279