1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 17:24:40 +01:00
This commit is contained in:
Daniil Gentili 2023-11-30 19:49:22 +01:00
parent 2b0542bde0
commit bd0827d03e
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ use Generator;
use Throwable;
use function Amp\ByteStream\splitLines;
use function Amp\delay;
\define('MADELINEPROTO_TEST', 'pony');

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
$lock = fopen('woodpecker.lock', 'c+');
flock($lock, LOCK_EX);
@ -14,4 +14,4 @@ if (fread($lock, 1) !== "1") {
flock($lock, LOCK_UN);
echo implode("\n", $o);
exit($res);
exit($res);