add new featurs like realtime 2026-5-10-22
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user