Update {$mac}.xml (#4282)

* Update {$mac}.xml

* Update {$mac}.xml
This commit is contained in:
Len 2019-06-15 10:43:56 -04:00 committed by FusionPBX
parent 70fffb8e37
commit 6ced89ca28
1 changed files with 1 additions and 3 deletions

View File

@ -6106,9 +6106,7 @@
<!-- # Admin password for web interface -->
<!-- # String: a-z, A-Z, 0-9 -->
{if $admin_password=="none"}
<P2></P2>
{elseif isset($admin_password)}
{if isset($admin_password)}
<P2>{$admin_password}</P2>
{else}
<P2>adminadmin</P2>