Revision b1f65772
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
143 | 143 |
my %parameters = _request_to_hash($_); |
144 | 144 |
map({ $self->{$_} = $parameters{$_}; } keys(%parameters)); |
145 | 145 |
|
146 |
$self->{menubar} = 1 if $self->{path} =~ /lynx/i; |
|
147 |
|
|
148 | 146 |
$self->{action} = lc $self->{action}; |
149 | 147 |
$self->{action} =~ s/( |-|,|\#)/_/g; |
150 | 148 |
|
Auch abrufbar als: Unified diff
bin/lynx wurde nie wirklich unterstuetzt und wird somit entfernt.