1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 04:08:59 +01:00
This commit is contained in:
Daniil Gentili 2023-11-30 19:35:35 +01:00
parent c41047c55c
commit fd9dc60d24

View File

@ -1,6 +1,6 @@
<?php
$lock = fopen('/tmp/woodpecker.lock', 'c+');
$lock = fopen('woodpecker.lock', 'c+');
flock($lock, LOCK_EX);
if (fread($lock, 1) !== "1") {