mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-05 20:31:30 +05:30
parent
8aea5bfedd
commit
7fb0e4eb43
3 changed files with 75 additions and 52 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue