Add underscore between the words in the variables.
{$ldap_name_filter}
{$ldap_number_filter}
{$yealink_directory_setting_url}
This commit is contained in:
parent
63a04ee4d5
commit
8e048019d1
|
|
@ -563,8 +563,8 @@ bw.directory_enable = 0
|
|||
#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800.
|
||||
security.trust_certificates = 0
|
||||
phone_setting.backlight_time = 0
|
||||
ldap.name_filter = {$ldap_namefilter}
|
||||
ldap.number_filter = {$ldap_numberfilter}
|
||||
ldap.name_filter = {$ldap_name_filter}
|
||||
ldap.number_filter = {$ldap_number_filter}
|
||||
ldap.host = {$ldap_host}
|
||||
ldap.base = {$ldap_base}
|
||||
ldap.user = {$ldap_user}
|
||||
|
|
@ -1559,7 +1559,7 @@ super_search.url =
|
|||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url ={$yealink_directory_settingurl}
|
||||
directory_setting.url ={$yealink_directory_setting_url}
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
|
|
|||
Loading…
Reference in New Issue