1
0
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:
Andrew Dolgov
2013-06-07 09:27:52 +04:00
parent 5a8d8a87e5
commit 0f9067450a
2 changed files with 46 additions and 0 deletions

View File

@@ -350,4 +350,6 @@
fclose($lock_handle);
}
if (file_exists(LOCK_DIRECTORY . "/$lock_filename"))
unlink(LOCK_DIRECTORY . "/$lock_filename");
?>