Update: 2026-06-29 23:49:36

This commit is contained in:
Hamza-Ayed
2026-06-29 23:49:36 +03:00
parent 299132b505
commit 1428addcce
9 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
package com.siro.android_bot.network
import com.siro.android_bot.BuildConfig
import android.content.Context
import android.provider.Settings
import android.util.Log

View File

@@ -23,7 +23,7 @@ if (!$SECRET_KEY) {
echo json_encode(['status' => 'failure', 'message' => 'Server configuration error: BOT_SECRET_KEY not set in environment']);
exit;
}
$ALLOWED_DEVICES = ['SHAM_CASH_BOT_01', 'PRICE_SCRAPER_BOT_01'];
$ALLOWED_DEVICES = ['SHAM_CASH_BOT_01', 'PRICE_SCRAPER_BOT_01', '77a9528112ef7c2a'];
$method = $_SERVER['REQUEST_METHOD'];