mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
lol forgot that
This commit is contained in:
parent
cd98d1c69f
commit
9fcbeb052b
1 changed files with 3 additions and 3 deletions
|
@ -280,11 +280,11 @@ class brave{
|
|||
$q["spellcheck"] = "0";
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
$handle = fopen("scraper/brave.html", "r");
|
||||
$html = fread($handle, filesize("scraper/brave.html"));
|
||||
fclose($handle);
|
||||
/*
|
||||
*/
|
||||
try{
|
||||
$html =
|
||||
$this->get(
|
||||
|
@ -298,7 +298,7 @@ class brave{
|
|||
|
||||
throw new Exception("Could not fetch search page");
|
||||
}
|
||||
*/
|
||||
|
||||
$out = [
|
||||
"status" => "ok",
|
||||
"spelling" => [
|
||||
|
|
Loading…
Reference in a new issue