mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update provision.php
This commit is contained in:
@@ -937,7 +937,7 @@ include "root.php";
|
||||
}
|
||||
|
||||
//get the provisioning information from device keys
|
||||
if (strlen($device_uuid) > 0) {
|
||||
if (isset($device_uuid)) {
|
||||
|
||||
//get the device keys array
|
||||
$sql = "SELECT * FROM v_device_keys ";
|
||||
|
||||
Reference in New Issue
Block a user