diff options
author | lolcat <will@lolcat.ca> | 2023-08-13 23:35:08 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-13 23:35:08 -0400 |
commit | b57b2d71180d4f833d34d11b8de251db9a17e7d6 (patch) | |
tree | c6e219fa470dfbc94abe560efb5a44fd676ca631 /settings.php | |
parent | 6f896221f0068fa9c4718a7bbc1b596ba73b9550 (diff) |
ill need to rewrite the google scraper, but hey atleast we got imagesearch working woooo
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.php b/settings.php index 7b7da01..c53599f 100644 --- a/settings.php +++ b/settings.php @@ -103,11 +103,11 @@ $settings = [ [ "value" => "brave", "text" => "Brave" - ]/*, + ], [ "value" => "google", "text" => "Google" - ]*/ + ] ] ], [ @@ -147,8 +147,8 @@ $settings = [ [ "value" => "brave", "text" => "Brave" - ], - /*[ + ],/* + [ "value" => "google", "text" => "Google" ],*/ |