Update device_dashboard.php

This commit is contained in:
FusionPBX
2016-12-06 11:24:07 -07:00
committed by GitHub
parent 2d176686ca
commit b4f1ff0297

View File

@@ -272,9 +272,11 @@
}
//write the provision files
//if (strlen($_SESSION['provision']['path']['text']) > 0) {
//require_once "app/provision/provision_write.php";
//}
if (strlen($_SESSION['provision']['path']['text']) > 0) {
$prov = new provision;
$prov->domain_uuid = $domain_uuid;
$response = $prov->write();
}
//set the message
if (!isset($_SESSION['message'])) {