Archived
1
0
Fork 0

Introduce Habitent loin people

This commit is contained in:
Mercier Pierre-Olivier 2013-10-20 02:15:12 +02:00
parent 73b1552199
commit ff9c3a5ad2
5 changed files with 15 additions and 4 deletions

View file

@ -168,7 +168,7 @@ sub run_moulette
opendir(my $dh, $submitdir) or die "Can't list files in $submitdir: $!";
while (readdir($dh))
{
if (/([a-zA-Z0-9_-]+).ff$/ && -f "$submitdir/$_") {
if (/([a-zA-Z0-9_-]+).ff$/ && -f "$submitdir/$_" && ! /^tests\.ff$/) {
push @logins, $1;
}
}

View file

@ -7,8 +7,6 @@ use File::Basename;
use Mail::Internet;
use Pod::Usage;
use lib "../../";
use ACU::Log;
use ACU::LDAP;
use ACU::Process;