Update provision.php
This commit is contained in:
parent
ac9d8ca228
commit
0da7c5e103
|
|
@ -710,6 +710,7 @@ include "root.php";
|
||||||
//mac address does not exist in the table so add it
|
//mac address does not exist in the table so add it
|
||||||
if ($_SESSION['provision']['auto_insert_enabled']['boolean'] == "true" and strlen($domain_uuid) > 0) {
|
if ($_SESSION['provision']['auto_insert_enabled']['boolean'] == "true" and strlen($domain_uuid) > 0) {
|
||||||
|
|
||||||
|
//get a new primary key
|
||||||
$device_uuid = uuid();
|
$device_uuid = uuid();
|
||||||
|
|
||||||
//prepare the array
|
//prepare the array
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue