Update disable_device.php

This commit is contained in:
malle-pietje 2017-10-20 09:25:59 +02:00 committed by GitHub
parent e3e70cce72
commit c25f4d1937

View File

@ -45,6 +45,6 @@ $disable_result = $unifi_connection->disable_ap($device_id, true);
//$disable_result = $unifi_connection->disable_ap($device_id, false);
/**
* provide feedback (the newly created voucher code, without the dash) in json format
* provide feedback in json format
*/
echo json_encode($disable_result, JSON_PRETTY_PRINT);