mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -4,13 +4,10 @@ sub show_userIgnoreList
|
||||
{
|
||||
my($ig_usr) = shift(@_) || '';
|
||||
$ig_usr =~ s/\t/\n/g;
|
||||
my($preta) = '<TEXTAREA NAME="ignore_users" COLS="35" ROWS="4">';
|
||||
my($postta) = '</TEXTAREA>';
|
||||
my($preta) = "<input name=\"ignore_users\" value=\"$ig_usr\" size=\"50\">";
|
||||
|
||||
return
|
||||
$preta .
|
||||
$ig_usr .
|
||||
$postta .
|
||||
' ' .
|
||||
&user_chooser_button("ignore_users", 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user