mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 04:08:59 +01:00
Test
This commit is contained in:
parent
c41047c55c
commit
fd9dc60d24
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user