6 lines
103 B
PHP
6 lines
103 B
PHP
<?php
|
|
|
|
$status = 0;
|
|
|
|
header('Content-type: application/json');
|
|
echo json_encode(["status" => $status]); |