summaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-07-27 23:06:49 -0400
committerlolcat <will@lolcat.ca>2023-07-27 23:06:49 -0400
commit7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch)
tree7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /settings.php
parent16ee0b368fcf24b48574172726e32a19c275d691 (diff)
bug fixes (without google support)
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php38
1 files changed, 19 insertions, 19 deletions
diff --git a/settings.php b/settings.php
index 29f051d..96c31c8 100644
--- a/settings.php
+++ b/settings.php
@@ -70,10 +70,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
- [
- "value" => "google",
- "text" => "Google"
- ],
+ //[
+ // "value" => "google",
+ // "text" => "Google"
+ //],
[
"value" => "mojeek",
"text" => "Mojeek"
@@ -99,11 +99,11 @@ $settings = [
[
"value" => "yandex",
"text" => "Yandex"
- ],
- [
- "value" => "google",
- "text" => "Google"
- ]
+ ]//,
+ //[
+ // "value" => "google",
+ // "text" => "Google"
+ //]
]
],
[
@@ -117,11 +117,11 @@ $settings = [
[
"value" => "ddg",
"text" => "DuckDuckGo"
- ],
- [
- "value" => "google",
- "text" => "Google"
- ]
+ ]//,
+ //[
+ // "value" => "google",
+ // "text" => "Google"
+ //]
]
],
[
@@ -136,10 +136,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
- [
- "value" => "google",
- "text" => "Google"
- ],
+ //[
+ // "value" => "google",
+ // "text" => "Google"
+ //],
[
"value" => "mojeek",
"text" => "Mojeek"
@@ -219,7 +219,7 @@ echo
'<head>' .
'<meta http-equiv="Content-Type" content="text/html;charset=utf-8">' .
'<title>Settings</title>' .
- '<link rel="stylesheet" href="/static/style.css">' .
+ '<link rel="stylesheet" href="/static/style.css?v2">' .
'<meta name="viewport" content="width=device-width,initial-scale=1">' .
'<meta name="robots" content="index,follow">' .
'<link rel="icon" type="image/x-icon" href="/favicon.ico">' .