timetorem...

This commit is contained in:
Alexandre Anriot 2005-09-15 10:02:16 +00:00
parent 2cb6f580d1
commit 7120be1a24

View file

@ -129,7 +129,7 @@ sub check_timestamp() {
# si le dernier update est trop ancien, on supprime
my $timestamp = $newtime - $oldtime;
if ($timestamp > $conf{timetorem}) {
if ($timestamp > $timetorem) {
# dernière connexion est < 1 min -> suppresion
&Alter(3, $ip);
&Evoauth::Functions::Log("$ip [supprimée]") &&