From 80d204cc1a0075c206f4d83c761ac2d755b58734 Mon Sep 17 00:00:00 2001 From: Malte Bublitz Date: Sun, 2 Jun 2024 22:58:36 +0200 Subject: [PATCH] Suchmaschine: SearXNG --- index.php | 2 +- template.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 815cb46..997a79b 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ $Data = Array( //"js/settings.js", "js/main.js" // onLoad logic ), - "Search" => "Google", // Google/searX + "Search" => "searX", // Google/searX "Footer" => Array( "CopyrightYear" => date("Y"), "AuthorName" => "malte70", diff --git a/template.inc.php b/template.inc.php index a97b385..b015d58 100644 --- a/template.inc.php +++ b/template.inc.php @@ -116,7 +116,7 @@ unset($i);