Set the mac address variable.
This commit is contained in:
parent
a35d442dfa
commit
8ac40de88f
|
|
@ -725,7 +725,7 @@ include "root.php";
|
||||||
unset ($prep_statement);
|
unset ($prep_statement);
|
||||||
|
|
||||||
//set the mac address in the correct format
|
//set the mac address in the correct format
|
||||||
$this->format_mac($mac, $device_vendor);
|
$mac = $this->format_mac($mac, $device_vendor);
|
||||||
|
|
||||||
//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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue