4 lines
172 B
PHP
4 lines
172 B
PHP
<?php
|
|
header("Content-Type: application/json");
|
|
echo json_encode(["status"=>"maintenance","file"=>"kuma-check.php","note"=>"PHP syntax error detected by Register Agent"]);
|