release file pointer after usage

This commit is contained in:
Rysz
2024-08-01 10:53:47 +02:00
committed by GitHub
parent b850940f19
commit 6d3a7a3298
+1
View File
@@ -102,6 +102,7 @@ if (isset($_POST['#command'])) {
while (!feof($proc)) {
write_log(fgets($proc));
}
@pclose($proc);
}
}
?>