From a25b0c2b359da77e8b010f78ab1b75e930960074 Mon Sep 17 00:00:00 2001 From: TheShinyMelon Date: Mon, 18 Nov 2024 23:29:34 +0100 Subject: [PATCH] FIX: removed debug thingy ._. --- public/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/image.php b/public/image.php index 62be2f4..b1cb49e 100755 --- a/public/image.php +++ b/public/image.php @@ -19,7 +19,7 @@ if( isset($_POST['sel_order']) && isset($_POST['inp_search']) ) { $sort = 'img_date'; $sdir = 'DESC'; - var_dump($sort, $sdir); + switch($_POST['sel_order']) { case 'new': break;