40247-vm/healthz.php
2026-06-12 09:15:36 +00:00

5 lines
167 B
PHP

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