#!/opt/RZperl58/bin/perl use strict; use warnings; use CustomerService::Config; use CustomerService::Auth; use Application::ExecWrapperKSB; print Application::ExecWrapperKSB->run( access_handler => 'CustomerService::Auth', autonav => 1, autonav_style => 2, config => CustomerService::Config->new(), masterTemplate_Popup => 'masterContainer_popup', masterTemplate_Print => 'masterContainer_print', masterTemplate_IFrame => 'masterContainer_iframe', masterTemplate_Plain => 'masterContainer_plain', masterTemplate_Wizard => 'masterContainer_wizard', default_module => 'Login', style => 'strato', );