Update {$mac}.xml (#4297)

This commit is contained in:
Len 2019-06-18 23:09:11 -04:00 committed by FusionPBX
parent b6c22e07fa
commit 8889c159fc
1 changed files with 3 additions and 3 deletions

View File

@ -6253,11 +6253,11 @@
<!-- # Firmware Server Path --> <!-- # Firmware Server Path -->
<!-- # String --> <!-- # String -->
{if isset($grandstream_firmware_path) && isset($firmware_version)} {if isset($grandstream_firmware_path) && isset($firmware_version)}
<P192>{$grandstream_firmware_path}/gxp2170/{$firmware_version}</P192> <P192>{$grandstream_firmware_path}/{$firmware_version}</P192>
{elseif isset($grandstream_firmware_path)} {elseif isset($grandstream_firmware_path)}
<P192>{$grandstream_firmware_path}/gxp2170</P192> <P192>{$grandstream_firmware_path}</P192>
{else} {else}
<P192>{$domain_name}{$project_path}/app/provision</P192> <P192>{$domain_name}{$project_path}/app/provision/resources/firmware/</P192>
{/if} {/if}
<!-- # Firmware HTTP/HTTPS User Name --> <!-- # Firmware HTTP/HTTPS User Name -->