Update {$mac}.xml (#4675)

This commit is contained in:
Len 2019-09-27 16:58:57 -04:00 committed by FusionPBX
parent db47114754
commit a64ac0a87a
1 changed files with 5 additions and 3 deletions

View File

@ -2805,10 +2805,12 @@
<!--# Config Server Path-->
<!--# String-->
<!--# P237 = fm.grandstream.com/gs-->
{if isset($grandstream_config_server_path)}
<P237>{$grandstream_config_server_path}</P237>
{if $grandstream_config_server_path=="none"}
<P237></P237>
{elseif isset($grandstream_config_server_path)}
<P237>{$grandstream_config_server_path}</P237>
{else}
<P237>fm.grandstream.com/gs</P237>
<P237>{$domain_name}{$project_path}/app/provision</P237>
{/if}
<!--# Firmware File Prefix-->