pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 8634b8ee623f1b7abfc1815ea8aab53a643683af
parent 9b9da13251d2e1fec60631846fc3d22c29c08df6
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 16 Sep 2024 11:32:49 +0200

fix: use qwant as default search engine

Due to MetaGer being not gratis anymore, the
default search engine is now Qwant. More
information here:
https://suma-ev.de/eine-aera-geht-zu-ende/

Diffstat:
Mconfig/config.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.php b/config/config.php @@ -417,7 +417,7 @@ $categories = array( /* Default Search Engine * Search Engine to use when no (known) keyword is given */ -$default_search = "metagerweb"; +$default_search = "qwantweb"; /* Pre-generated mapping files */ $searchkeys_file = "./config/keys_to_search.json";