Update {$mac}.xml (#4701)
This commit is contained in:
parent
d68159d0f9
commit
39396d6e0c
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue