Changed ip groups to support more ip addresses and be more forgiving about formatting.
This commit is contained in:
parent
73ff7fb959
commit
de1d5834ac
3 changed files with 6 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ sub www_editGroup {
|
|||
if ($session{setting}{useKarma}) {
|
||||
$f->integer("karmaThreshold",WebGUI::International::get(538),$g->karmaThreshold);
|
||||
}
|
||||
$f->text(
|
||||
$f->textarea(
|
||||
-name=>"ipFilter",
|
||||
-value=>$g->ipFilter,
|
||||
-label=>WebGUI::International::get(857)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue