Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -3,7 +3,7 @@ header('Content-Type: application/json');
|
||||
|
||||
// !! تأكد أن هذا المفتاح يطابق المفتاح في تطبيق الأندرويد !!
|
||||
//define('SECRET_KEY', 'YOUR_SUPER_SECRET_KEY_123__');
|
||||
$secretKey = trim(file_get_contents('/home/intaleqapp/.secret_key'));
|
||||
$secretKey = trim(file_get_contents('/home/siroapp/.secret_key'));
|
||||
|
||||
// --- 1. التحقق من صحة الطلب ---
|
||||
$authHeader = $_SERVER['HTTP_AUTHORIZATION'] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user