Update {$mac}.xml (#4701)

This commit is contained in:
Len 2019-09-27 22:35:06 -04:00 committed by FusionPBX
parent d68159d0f9
commit 39396d6e0c
1 changed files with 7 additions and 1 deletions

View File

@ -90,7 +90,13 @@
<!-- # Config Server Path -->
<!-- # Server address; -->
<P237>{$domain_name}{$project_path}/app/provision</P237
{if $grandstream_config_server_path=="none"}
<P237></P237>
{elseif isset($grandstream_config_server_path)}
<P237>{$grandstream_config_server_path}</P237>
{else}
<P237>{$domain_name}{$project_path}/app/provision</P237>
{/if}
<!-- # XML Config File Password -->
<!-- # String; between ascii values 33 and 126 -->