From 7f5cea8c1ed9438379da4bba5d15f2179d1a384d Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Sat, 18 Jul 2026 13:33:15 +0200 Subject: [PATCH] revert --- content/search-results.php | 52 ++--- js/paginator.js | 219 ++----------------- php/controller/search-results-controller.php | 8 +- 3 files changed, 31 insertions(+), 248 deletions(-) diff --git a/content/search-results.php b/content/search-results.php index 8f0430c..31430a7 100644 --- a/content/search-results.php +++ b/content/search-results.php @@ -4,12 +4,6 @@ if (session_status() === PHP_SESSION_NONE) { } $all_results = $_SESSION["search_results"] ?? []; -?> - - -