mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 14:31:27 +00:00
file_is_locked: return true when flock() is undefined
This commit is contained in:
@@ -1957,7 +1957,7 @@
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true; // consider the file always locked and skip the test
|
||||
}
|
||||
|
||||
function make_lockfile($filename) {
|
||||
|
||||
Reference in New Issue
Block a user