lemonldap-ng/modules/lemonldap-ng-manager/example/index.pl
2006-12-19 20:55:23 +00:00

17 lines
293 B
Perl

#!/usr/bin/perl
use Lemonldap::NG::Manager;
my $h=new Lemonldap::NG::Manager(
{
configStorage=>{
type=>'File',
dirName=>"__DIR__/conf/",
},
dhtmlXTreeImageLocation=> "/imgs/",
# jsFile => /path/to/lemonldap-ng-manager.js,
}
) or die "Impossible de démarrer";
$h->doall();