InterfacePublic#
NAME#
Kernel::System::Web::InterfacePublic - the public web interface
DESCRIPTION#
the global public web interface
PUBLIC INTERFACE#
new()#
create public web interface object
use Kernel::System::Web::InterfacePublic;
my $Debug = 0;
my $Interface = Kernel::System::Web::InterfacePublic->new(
Debug => $Debug,
WebRequest => CGI::Fast->new(), # optional, e. g. if fast cgi is used, the CGI object is already provided
);
Run()#
execute the object
$Interface->Run();