Remove the mac address from the path in one more location.

This commit is contained in:
markjcrane 2015-11-28 19:56:06 -07:00
parent ce709c6617
commit a1d3374abc
1 changed files with 2 additions and 2 deletions

View File

@ -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/?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/?file=directory.xml"
# URL for branding logo
#logo_url: "http://{$domain_name}/app/provision/logo.bmp"