Adaptation des dictionnaire et template pour la 2.4.x

This commit is contained in:
2015-03-11 19:27:10 +01:00
parent 00372ac099
commit c952079bdf
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/* Define your LDAP servers in this section */
/*********************************************/
%if %%phpldapadmin_name == ""
%if %%getVar("phpldapadmin_name", "") == ""
$ldapservers->SetValue(0,'server','name','Serveur LDAP');
%else
$ldapservers->SetValue(0,'server','name','%%phpldapadmin_name');