diff --git a/include/functions.php b/include/functions.php index 1cd90cd..aeb3c2c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -332,6 +332,8 @@ function getDSTARLinks() { } } $out .= ""; + + fclose($linkLog); return $out; }