mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update y000000000035.cfg (#4738)
This commit is contained in:
@@ -1039,7 +1039,7 @@ bw.feature_key_sync = {$yealink_feature_key_sync}
|
||||
#######################################################################################
|
||||
#Enable or disable the phone to only accept the certificates in the Trusted Certificates list;
|
||||
#0-Disabled, 1-Enabled (default);
|
||||
security.trust_certificates = {if $trusted_cert_only == "false"}0{elseif $trusted_cert_only == "true"}1{/if}
|
||||
security.trust_certificates = {if $yealink_trust_certificates == "false"}0{elseif $yealink_trust_certificates == "true"}1{/if}
|
||||
|
||||
#Define the login username and password of the user, var and administrator.
|
||||
#If you change the username of the administrator from "admin" to "admin1", your new administrator's username should be configured as: security.user_name.admin = admin1.
|
||||
|
||||
Reference in New Issue
Block a user