1 line
98 B
PHP
1 line
98 B
PHP
<?php header("Content-Type: application/json"); echo json_encode(["status"=>"ok","mode"=>"live"]); |
<?php header("Content-Type: application/json"); echo json_encode(["status"=>"ok","mode"=>"live"]); |