diff options
-rw-r--r-- | web/html/packages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/packages.php b/web/html/packages.php index cf241cb..2553590 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -70,7 +70,7 @@ if (isset($_GET['ID'])) { package_details($_GET['ID'], $_COOKIE["AURSID"]); } } else { - if (!isset($_GET['K'])) { + if (!isset($_GET['K']) && !isset($_GET['SB'])) { $_GET['SB'] = 'v'; $_GET['SO'] = 'd'; } |