Update: 2026-08-02 17:52:28

This commit is contained in:
Hamza-Ayed
2026-08-02 17:52:28 +03:00
parent b78a6797d5
commit 4620e84d34
96 changed files with 6250 additions and 476 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
// food/ping.php — فحص الأساس: الحاوية php_food + قاعدة siro_food تعملان
require_once __DIR__ . '/connect_app.php';
$food_con->query('SELECT 1');
jsonSuccess(['service' => 'food', 'db' => 'ok'], 'pong');