diff --git a/app/devices/app_config.php b/app/devices/app_config.php index bd7c1d0e57..258b44efd1 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -185,16 +185,16 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_username"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_username"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_password"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_password"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; + //$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_username"; + //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_username"; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + //$z++; + //$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_password"; + //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_password"; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + //$z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_time_zone"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_time_zone"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";