migrated http proxy and ws client
This commit is contained in:
parent
15c48e14d0
commit
7416bda04f
14 changed files with 282 additions and 1306 deletions
|
|
@ -231,7 +231,7 @@ sub fieldType {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 filter ( name )
|
||||
=head2 filterContent ( name )
|
||||
|
||||
Returns a scalar filter type. Defaults to "most".
|
||||
|
||||
|
|
@ -241,7 +241,7 @@ The name of the form variable to retrieve.
|
|||
|
||||
=cut
|
||||
|
||||
sub filter {
|
||||
sub filterContent {
|
||||
return ($session{form}{$_[0]} || "most");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue