Update {$mac}.xml (#4675)
This commit is contained in:
parent
db47114754
commit
a64ac0a87a
|
|
@ -2805,10 +2805,12 @@
|
||||||
<!--# Config Server Path-->
|
<!--# Config Server Path-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<!--# P237 = fm.grandstream.com/gs-->
|
<!--# P237 = fm.grandstream.com/gs-->
|
||||||
{if isset($grandstream_config_server_path)}
|
{if $grandstream_config_server_path=="none"}
|
||||||
<P237>{$grandstream_config_server_path}</P237>
|
<P237></P237>
|
||||||
|
{elseif isset($grandstream_config_server_path)}
|
||||||
|
<P237>{$grandstream_config_server_path}</P237>
|
||||||
{else}
|
{else}
|
||||||
<P237>fm.grandstream.com/gs</P237>
|
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<!--# Firmware File Prefix-->
|
<!--# Firmware File Prefix-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue