pub / serci

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

commit 1f4d57d3008087753dcb9fee998a891a28064dda
parent 45c20abcdb2c589410846eab994ff03d52fcebbb
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  6 Jul 2024 14:56:05 +0200

fix: do not remove spaces

Diffstat:
Mindex.php | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/index.php b/index.php @@ -47,13 +47,6 @@ if (strlen($query) > 0) { $query ); - /* Remove leading or trailing spaces */ - $search_term = preg_replace( - '/\ /', - '', - $search_term - ); - /* Construct search query */ $target = str_replace( '%s',