mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Merge pull request #5804 from winsock/patch-10
Fix bulk device imports with TFTP path enabled
This commit is contained in:
@@ -357,6 +357,12 @@
|
||||
$database->save($array);
|
||||
//$message = $database->message;
|
||||
}
|
||||
|
||||
if (strlen($_SESSION['provision']['path']['text']) > 0) {
|
||||
$prov = new provision;
|
||||
$prov->domain_uuid = $domain_uuid;
|
||||
$response = $prov->write();
|
||||
}
|
||||
|
||||
//send the redirect header
|
||||
header("Location: devices.php");
|
||||
|
||||
Reference in New Issue
Block a user