lemonldap-ng/modules/lemonldap-ng-manager/example/index.pl

20 lines
448 B
Perl

#!/usr/bin/perl
use Lemonldap::NG::Manager;
my $h = new Lemonldap::NG::Manager(
{
configStorage => {
type => 'File',
dirName => "__CONFDIR__",
},
dhtmlXTreeImageLocation => "/imgs/",
applyConfFile => '__DIR__/manager/apply.conf',
cssFile => 'theme/default.css',
# jsFile => /path/to/lemonldap-ng-manager.js,
}
) or die "Unable to start";
$h->doall();