) {
s/\r|\n//g;
if (/^(\S+)\s+(\S+)\s+(\S+)\s+(.*)$/) {
push(@filter, [ $1, $2, $3, $4 ]);
}
elsif (/^(2)\s+(\S+)$/) {
$other = $2;
}
}
&close_readfile_as_domain_user($d, FILE);
}
print "",&text('ffile_desc', "$in{'file'}"),"\n";
$what = $in{'alias'} ? 'alias' : 'user';
print "
\n";
&ui_print_footer("edit_$what.cgi?dom=$in{'dom'}&$what=$in{$what}&unix=1",
$text{$what.'_return'});