mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
Revert "do not unlink lockfiles (closes #703)"
This reverts commit 9ffe8907dd.
This commit is contained in:
@@ -350,4 +350,6 @@
|
||||
fclose($lock_handle);
|
||||
}
|
||||
|
||||
if (file_exists(LOCK_DIRECTORY . "/$lock_filename"))
|
||||
unlink(LOCK_DIRECTORY . "/$lock_filename");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user