lemonldap-ng/lemonldap-ng-portal/site/htdocs/index.fcgi
2017-12-01 06:42:02 +01:00

9 lines
191 B
Perl
Executable File

#!/usr/bin/perl
use Plack::Handler::FCGI;
use Lemonldap::NG::Portal::Main;
# Roll your own
my $server = Plack::Handler::FCGI->new();
$server->run( Lemonldap::NG::Portal::Main->run( {} ) );