mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update provision.php add address.xml
This commit is contained in:
@@ -1194,7 +1194,10 @@
|
||||
if (file_exists($template_dir."/".$device_template ."/{\$address}")) {
|
||||
$file = "{\$address}";
|
||||
}
|
||||
if (file_exists($template_dir."/".$device_template ."/{\$mac}")) {
|
||||
elseif (file_exists($template_dir."/".$device_template ."/{\$address}.xml")) {
|
||||
$file = "{\$address}.xml";
|
||||
}
|
||||
elseif (file_exists($template_dir."/".$device_template ."/{\$mac}")) {
|
||||
$file = "{\$mac}";
|
||||
}
|
||||
elseif (file_exists($template_dir."/".$device_template ."/{\$mac}.xml")) {
|
||||
|
||||
Reference in New Issue
Block a user