Hy, i try to use pureftpd.wbm with the new version of webmin Webmin 1.550. It works, but with a bug when you create a new user. If i install this version of Webmin 1.510 it works fine. in the 1.550, new users are imbricated.
Comment line print "<tr $tb><td colspan=2 align=center><b>$login</b></td></tr>", in pure-users.cgi file.
print "<tr $tb><td colspan=2 align=center><b>$login</b></td></tr>",
Or better change last char on this line from "," to ";"
Log in to post a comment.
Comment line
print "<tr $tb><td colspan=2 align=center><b>$login</b></td></tr>",
in pure-users.cgi file.
Last edit: Pavel Bures 2017-06-06
Or better change last char on this line from "," to ";"
Last edit: Pavel Bures 2017-06-06