1
0
Fork 0

Remove set_time_limit, fixes #9438

pull/9449/head
Jordi Boggiano 2020-11-09 14:23:24 +01:00
parent 86f0c10004
commit a825581ae2
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class Comparer
return false;
}
} elseif (is_file($dir.'/'.$file) && filesize($dir.'/'.$file)) {
set_time_limit(30);
$array[$dir][$file] = md5_file($dir.'/'.$file);
}
}