Search found 1 match

by moltar
16 Oct 2011, 23:37
Forum: Report Bugs (csf)
Topic: Unable to retrieve global allow list - Download timeout afte
Replies: 1
Views: 3165

Unable to retrieve global allow list - Download timeout afte

If an "allow" file is empty, but retrievable, lfd will report errors anyways, because of this piece of code (line 7079): if ($text) { return ($status,$text); } else { return (1, "Download timeout after $timeout seconds"); } Since file is empty, the $text is also blank. Perhaps it...