From fe745d39ee2e6ec036311021a8f5e04c8e21d06d Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 10 May 2026 02:15:52 +0300 Subject: [PATCH] add new featurs like realtime 2026-5-10-22 --- Admin/v2/security/audit_logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/v2/security/audit_logs.php b/Admin/v2/security/audit_logs.php index bad329a..436b513 100644 --- a/Admin/v2/security/audit_logs.php +++ b/Admin/v2/security/audit_logs.php @@ -10,7 +10,7 @@ if (!is_dir($logDir)) @mkdir($logDir, 0777, true); try { 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); } catch (Exception $e) { @file_put_contents($debugFile, " → Loading FAILED: " . $e->getMessage() . "\n", FILE_APPEND);