From 39dd311cee2255c6cc41d656007f395784e44d31 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 26 Dec 2023 22:58:20 -0500 Subject: feat:explain the users query --- query.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'query.php') diff --git a/query.php b/query.php index 41cc918..2cfa97f 100644 --- a/query.php +++ b/query.php @@ -1,6 +1,7 @@

%s Wallpapers found for \"%s\"

", $res[1]["total"], $_GET["q"], humanquery($_GET["q"], $_GET["NSFW"] ? true : false)); + /* display wallpapers */ printf("
\n"); if (!$res[0]) -- cgit v1.2.1