Update device_edit.php
This commit is contained in:
parent
e7403a246a
commit
3d14d2c5ad
|
|
@ -95,7 +95,7 @@
|
|||
$device_label = $_POST["device_label"];
|
||||
$device_user_uuid = $_POST["device_user_uuid"];
|
||||
$device_username = $_POST["device_username"];
|
||||
$device_username = $_POST["device_username"];
|
||||
$device_password = $_POST["device_password"];
|
||||
$device_vendor = $_POST["device_vendor"];
|
||||
$device_uuid_alternate = $_POST["device_uuid_alternate"];
|
||||
$device_model = $_POST["device_model"];
|
||||
|
|
@ -225,6 +225,7 @@
|
|||
$array['devices'][0]['device_label'] = $device_label;
|
||||
$array['devices'][0]['device_user_uuid'] = $device_user_uuid;
|
||||
$array['devices'][0]['device_username'] = $device_username;
|
||||
$array['devices'][0]['device_password'] = $device_password;
|
||||
$array['devices'][0]['device_vendor'] = $device_vendor;
|
||||
$array['devices'][0]['device_uuid_alternate'] = $device_uuid_alternate;
|
||||
$array['devices'][0]['device_model'] = $device_model;
|
||||
|
|
|
|||
Loading…
Reference in New Issue