mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
added fix if samba version is not in lam.conf
This commit is contained in:
parent
dd6a7b9623
commit
77753e57a6
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ echo ("<tr><td> </td></tr>");
|
|||
// Samba version
|
||||
echo ("<tr><td><p align=\"right\"><b>".
|
||||
_("Samba 3.x schema") . ": </b></p></td><td><select name=\"samba3\">\n");
|
||||
if ($conf->get_samba3() == "no") echo ("<option>no</option><option>yes</option></td>");
|
||||
elseif ($conf->get_samba3() == "yes") echo ("<option>yes</option><option>no</option></td>");
|
||||
if ($conf->get_samba3() == "yes") echo ("<option>yes</option><option>no</option></td>");
|
||||
else echo ("<option>no</option><option>yes</option></td>");
|
||||
echo ("<td><a href=\"../help.php?HelpNumber=213\" target=\"lamhelp\">" . _("Help") . "</a></td></tr>\n");
|
||||
|
||||
echo ("</table>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue