From 16cb41ee3920c12a27c3009543d1cc7a3573e9e7 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 9 Oct 2023 08:58:45 -0400 Subject: make wallpaper query work without forms --- query.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'query.php') diff --git a/query.php b/query.php index 1b7b7c1..9722bb6 100644 --- a/query.php +++ b/query.php @@ -26,12 +26,8 @@ if (!$res[0]) printf("No Results Found :("); else - foreach($res[0] as $walls) { - printf("
\n"); - printf("\n", $walls["purity"]); - printf("\n", $walls["path"], $walls["purity"], $walls["purity"], $walls["thumbs"]["small"]); - printf("
\n"); - } + foreach($res[0] as $walls) + printf("", $walls["id"], $walls["purity"], $walls["purity"], $walls["thumbs"]["small"]); printf("\n"); /* page numbers */ -- cgit v1.2.1