c44d6292a0
6d34d43a01
cfcc4ec8d1
0c90c4bc9e
This commit is contained in:
FbIN Support 2025-09-07 16:15:35 +05:30
commit 7fb0e4eb43
3 changed files with 75 additions and 52 deletions

View file

@ -528,7 +528,10 @@ class ddg{
if(
!isset($item["s"]) &&
isset($item["t"]) &&
$item["t"] == "DEEP_ERROR_NO_RESULTS"
(
$item["t"] == "DEEP_ERROR_NO_RESULTS" ||
$item["t"] == "DEEP_SIMPLE_NO_RESULTS"
)
){
return $out;