Escape the & in the directory url with &
This commit is contained in:
parent
9782723b1d
commit
d1931ffc15
|
|
@ -138,10 +138,10 @@ autocomplete: "1"
|
|||
time_format_24hr: "0"
|
||||
|
||||
# URL for external Phone Services
|
||||
#services_url: "http://{$domain_name}/app/provision/?mac={$mac}&file=services.xml"
|
||||
#services_url: "http://{$domain_name}/app/provision/?mac={$mac}&file=services.xml"
|
||||
|
||||
# URL for external Directory location
|
||||
directory_url: "http://{$domain_name}/app/provision/?mac={$mac}&file=directory.xml"
|
||||
directory_url: "http://{$domain_name}/app/provision/?mac={$mac}&file=directory.xml"
|
||||
|
||||
# URL for branding logo
|
||||
#logo_url: "http://{$domain_name}/app/provision/logo.bmp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue