Update {$mac}.xml

This commit is contained in:
FusionPBX 2017-02-09 12:34:14 -07:00 committed by GitHub
parent 68a3397c37
commit 65a8869ed5
1 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@
<Remote_Management_Port>80</Remote_Management_Port> <Remote_Management_Port>80</Remote_Management_Port>
</Web_Management> </Web_Management>
--> -->
<Web_Login_Admin_Name>{$admin_name}</Web_Login_Admin_Name> {if isset ($admin_name)}<Web_Login_Admin_Name>{$admin_name}</Web_Login_Admin_Name>{/if}
<Web_Login_Admin_Password>{$admin_password}</Web_Login_Admin_Password> {if isset ($admin_password)}<Web_Login_Admin_Password>{$admin_password}</Web_Login_Admin_Password>{/if}
<Web_Login_Guest_Name>{$user_name}</Web_Login_Guest_Name> {if isset ($user_name)}<Web_Login_Guest_Name>{$user_name}</Web_Login_Guest_Name>{/if}
<Web_Login_Guest_Password>{$user_password}</Web_Login_Guest_Password> {if isset ($user_password)}<Web_Login_Guest_Password>{$user_password}</Web_Login_Guest_Password>{/if}
</flat-profile> </flat-profile>