Update provision.php

This commit is contained in:
FusionPBX 2022-01-28 15:38:11 -07:00 committed by GitHub
parent 438c9eb6fc
commit 452086cac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);