From 535172b6fd1ca14409f274a645476bc5d54d53af Mon Sep 17 00:00:00 2001 From: dg9vh Date: Fri, 3 Jun 2016 19:38:26 +0000 Subject: [PATCH] close forgotten file --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) 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; }