diff options
author | lolcat <will@lolcat.ca> | 2024-04-22 11:12:46 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-04-22 11:12:46 -0400 |
commit | 81dc93802c32aa6f593a12b3f2efbe38dc9e31f7 (patch) | |
tree | d19c65d8a838582d54d57c42a0955725a49e2166 /scraper/qwant.php | |
parent | 0dc9d62985083174854251938daec896edef71bd (diff) |
opensearch onion fix
Diffstat (limited to 'scraper/qwant.php')
-rw-r--r-- | scraper/qwant.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/qwant.php b/scraper/qwant.php index 8b160ed..a8b69fe 100644 --- a/scraper/qwant.php +++ b/scraper/qwant.php @@ -259,6 +259,7 @@ class qwant{ } curl_close($curlproc); + return $data; } |