diff options
| author | Darkelarious <darkelarious@333networks.com> | 2022-08-26 13:26:33 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2022-08-26 13:26:33 +0200 |
| commit | 8ec88b566c5f3edc65f25adc0716c3493689cd08 (patch) | |
| tree | dbbde9a694f6b4052ec39a45f0010955c668da3c /lib/MasterWebInterface/Handler/ErrorPages.pm | |
| parent | c5f43733533fe9b5708bd065a12c5fac86ccebed (diff) | |
| download | WebInterface-Perl-8ec88b566c5f3edc65f25adc0716c3493689cd08.tar.gz WebInterface-Perl-8ec88b566c5f3edc65f25adc0716c3493689cd08.zip | |
advanced filtering
Diffstat (limited to 'lib/MasterWebInterface/Handler/ErrorPages.pm')
| -rwxr-xr-x | lib/MasterWebInterface/Handler/ErrorPages.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/MasterWebInterface/Handler/ErrorPages.pm b/lib/MasterWebInterface/Handler/ErrorPages.pm index ccf5555..1678acc 100755 --- a/lib/MasterWebInterface/Handler/ErrorPages.pm +++ b/lib/MasterWebInterface/Handler/ErrorPages.pm @@ -9,7 +9,7 @@ TUWF::set( ); TUWF::register( - qr{500} => sub {die "Process died on purpose, but with a lot of text to test if the whole error is correctly displayed on the screen when debug information is enabled in the website configuration, "}, + qr{500} => sub {die "Process died on purpose, but with a lot of text to test if the whole error is correctly displayed on the screen when debug information is enabled in the website configuration. "}, ); # @@ -32,7 +32,7 @@ sub handle404 $self->resStatus(404); $self->htmlHeader(title => '404 - Not Found'); - $self->htmlSearchBox(title => "Servers", action => "/s", sel => 's', fq => ''); + $self->htmlFilterBox(title => "Servers", action => "/s", sel => 's', fq => ''); div class => "mainbox warning"; div class => "header"; @@ -72,7 +72,7 @@ sub handle500 $self->resStatus(500); $self->htmlHeader(title => '500 - Internal Server Error'); - $self->htmlSearchBox(title => "Servers", action => "/s", sel => 's', fq => ''); + $self->htmlFilterBox(title => "Servers", action => "/s", sel => 's', fq => ''); div class => "mainbox warning"; div class => "header"; |
