diff options
Diffstat (limited to 'web')
-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 74447313..cf241cb2 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['SB'])) { + if (!isset($_GET['K'])) { $_GET['SB'] = 'v'; $_GET['SO'] = 'd'; } |