40161-vm/healthz.php
Flatlogic Bot 7e76255737 0
2026-05-29 14:48:07 +00:00

5 lines
176 B
PHP

<?php
declare(strict_types=1);
header('Content-Type: application/json');
echo json_encode(['ok' => true, 'time' => gmdate('c'), 'php' => PHP_VERSION], JSON_UNESCAPED_SLASHES);