Kernel::System::Web::InterfaceCustomer - the customer web interface
the global customer web interface (authentication, session handling, ...)
create customer web interface object
use Kernel::System::Web::InterfaceCustomer; my $Debug = 0; my $InterfaceCustomer = Kernel::System::Web::InterfaceCustomer->new( Debug => $Debug, WebRequest => CGI::Fast->new(), # optional, e. g. if fast cgi is used, the CGI object is already provided );
execute the object
$InterfaceCustomer->Run();
This software is part of the OTRS project (https://otrs.org/).
This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.