close forgotten file

This commit is contained in:
dg9vh 2016-06-03 19:38:26 +00:00
parent 3640bbd8ac
commit 535172b6fd

View file

@ -332,6 +332,8 @@ function getDSTARLinks() {
}
}
$out .= "</table>";
fclose($linkLog);
return $out;
}