mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:51:19 +01:00
cs-fix
This commit is contained in:
parent
1e08575cce
commit
f1a4bed3cf
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
$status = opcache_get_status();
|
||||
var_dump($status);
|
||||
@ -9,4 +9,4 @@ if (!$status["jit"]["on"]) {
|
||||
}
|
||||
|
||||
echo "OK!".PHP_EOL;
|
||||
die(0);
|
||||
die(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user