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;