Update {$mac}.xml (#4285)

* Update {$mac}.xml

* Update {$mac}.xml
This commit is contained in:
Len 2019-06-14 21:56:50 -04:00 committed by FusionPBX
parent 79e3a295ba
commit abbe0c3237
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>