InterfaceInstaller#
NAME#
Kernel::System::Web::InterfaceInstaller - the installer web interface
DESCRIPTION#
the global installer web interface
PUBLIC INTERFACE#
new()#
create installer web interface object
use Kernel::System::Web::InterfaceInstaller;
my $Debug = 0;
my $Interface = Kernel::System::Web::InterfaceInstaller->new( Debug => $Debug );
Run()#
execute the object
$Interface->Run();