update db_3

This commit is contained in:
2026-06-10 15:39:41 +07:00
parent 2579577cbe
commit 6e6a890f61
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
header('Content-Type: application/json');
echo json_encode(['status' => 'ok', 'php' => phpversion()]);
+3
View File
@@ -0,0 +1,3 @@
<?php
header('Content-Type: application/json');
echo json_encode(['status' => 'ok', 'php' => phpversion()]);
+3
View File
@@ -0,0 +1,3 @@
<?php
header('Content-Type: application/json');
echo json_encode(['status' => 'ok', 'php' => phpversion()]);