<?php declare(strict_types=1);
header('Content-Type: application/json');
echo json_encode(['ok'=>true,'service'=>'RIO Club V3 Admin Dashboard','domain'=>$_SERVER['HTTP_HOST'] ?? 'mw.therio.club','time'=>gmdate('c')], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
