Update provision.php
This commit is contained in:
parent
438c9eb6fc
commit
452086cac9
|
|
@ -306,7 +306,6 @@ include "root.php";
|
|||
if (isset($value)) {
|
||||
$value = str_replace('${domain_name}', $domain_name, $value);
|
||||
$value = str_replace('${mac_address}', $mac, $value);
|
||||
$value = str_replace('${mac}', $mac, $value);
|
||||
$provision[$key] = $value;
|
||||
}
|
||||
unset($value);
|
||||
|
|
|
|||
Loading…
Reference in New Issue