1
0
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:
Andrew Dolgov
2013-06-01 10:06:59 +04:00
parent ce5d234d63
commit 9ffe8907dd
2 changed files with 0 additions and 46 deletions

View File

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