Fix output when multiples superadmin

This commit is contained in:
Victor LABORIE 2018-11-19 17:58:09 +01:00
parent a9cdb71630
commit c26d77acfd
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ admin_dn = "<?php echo LDAP_ADMIN_DN; ?>"
admin_pass = "<?php echo LDAP_ADMIN_PASS; ?>"
<?php
foreach ($conf['admin']['logins'] as $admin) {
echo "superadmin[] = \"$admin\"";
echo "superadmin[] = \"$admin\"\n";
}
?>