add new featurs like realtime 2026-5-10-22

This commit is contained in:
Hamza-Ayed
2026-05-10 02:15:52 +03:00
parent 5581277ea9
commit fe745d39ee

View File

@@ -10,7 +10,7 @@ if (!is_dir($logDir)) @mkdir($logDir, 0777, true);
try { try {
require_once __DIR__ . '/../../../connect.php'; require_once __DIR__ . '/../../../connect.php';
require_once __DIR__ . '/../../../encrypt_decrypt.php'; // جلب الـ EncryptionHelper
@file_put_contents($debugFile, " → connect.php & encryption OK. user_id=$user_id | role=$role\n", FILE_APPEND); @file_put_contents($debugFile, " → connect.php & encryption OK. user_id=$user_id | role=$role\n", FILE_APPEND);
} catch (Exception $e) { } catch (Exception $e) {
@file_put_contents($debugFile, " → Loading FAILED: " . $e->getMessage() . "\n", FILE_APPEND); @file_put_contents($debugFile, " → Loading FAILED: " . $e->getMessage() . "\n", FILE_APPEND);