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