Update provision.php

This commit is contained in:
FusionPBX 2017-02-28 21:01:03 -07:00 committed by GitHub
parent 18e0d724f0
commit 66b1b55d45
1 changed files with 1 additions and 0 deletions

View File

@ -878,6 +878,7 @@ include "root.php";
//replace the variables in the template in the future loop through all the line numbers to do a replace for each possible line number //replace the variables in the template in the future loop through all the line numbers to do a replace for each possible line number
$view->assign("mac" , $mac); $view->assign("mac" , $mac);
$view->assign("label", $device_label); $view->assign("label", $device_label);
$view->assign("device_label", $device_label);
$view->assign("firmware_version", $device_firmware_version); $view->assign("firmware_version", $device_firmware_version);
$view->assign("domain_name", $domain_name); $view->assign("domain_name", $domain_name);
$view->assign("project_path", PROJECT_PATH); $view->assign("project_path", PROJECT_PATH);