Update device_edit.php
This commit is contained in:
parent
b4f1ff0297
commit
33e51a811c
|
|
@ -316,7 +316,9 @@
|
||||||
|
|
||||||
//write the provision files
|
//write the provision files
|
||||||
if (strlen($_SESSION['provision']['path']['text']) > 0) {
|
if (strlen($_SESSION['provision']['path']['text']) > 0) {
|
||||||
require_once "app/provision/provision_write.php";
|
$prov = new provision;
|
||||||
|
$prov->domain_uuid = $domain_uuid;
|
||||||
|
$response = $prov->write();
|
||||||
}
|
}
|
||||||
|
|
||||||
//set the message
|
//set the message
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue