ujp
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (php_sapi_name() !== 'cli') header('Content-Type: application/json; charset=utf-8');
|
||||
if (function_exists('writeLog')) writeLog('DEBUG','Health check called', ['uri' => $_SERVER['REQUEST_URI'] ?? '']);
|
||||
echo json_encode(['ok'=>true,'uri'=>$_SERVER['REQUEST_URI'] ?? '']);
|
||||
Reference in New Issue
Block a user