Add option to get the mac address from &name=SEPxxxxx

This commit is contained in:
markjcrane
2015-11-28 19:48:45 -07:00
parent 42b0cf5c76
commit 1a46a38c04
2 changed files with 12 additions and 3 deletions

View File

@@ -4,16 +4,16 @@
<!--
<MenuItem>
<Name>Personal</Name>
<URL>http://{$domain_name}/app/provision?mac={$mac}&amp;file=directory-personal.xml</URL>
<URL>http://{$domain_name}/app/provision?file=directory-personal.xml</URL>
</MenuItem>
-->
<MenuItem>
<Name>Enterprise</Name>
<URL>http://{$domain_name}/app/provision?mac={$mac}&amp;file=directory-enterprise.xml</URL>
<URL>http://{$domain_name}/app/provision?file=directory-enterprise.xml</URL>
</MenuItem>
<MenuItem>
<Name>Speed Dial</Name>
<URL>http://{$domain_name}/app/provision/?mac={$mac}&amp;file=directory-speed_dial.xml</URL>
<URL>http://{$domain_name}/app/provision/?file=directory-speed_dial.xml</URL>
</MenuItem>
<SoftKeyItem>
<Name>Select</Name>