Index: branches/acl/cgi-bin/admin.cgi
===================================================================
--- branches/acl/cgi-bin/admin.cgi	(revision 226)
+++ branches/acl/cgi-bin/admin.cgi	(revision 239)
@@ -279,4 +279,5 @@
   open HTPASS, "<../../.htpasswd" or carp "BOO! No .htpasswd file!";
   while (<HTPASS>) {
+    chomp;
     my ($username,$encpwd) = split /:/;
     $sth->execute($username);
