Default to ordering packages by popularity

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-11 19:02:44 +02:00
parent 15ee85b456
commit 6e514ee335

View file

@ -89,7 +89,7 @@ if (isset($pkgid)) {
}
} else {
if (!isset($_GET['K']) && !isset($_GET['SB'])) {
$_GET['SB'] = 'v';
$_GET['SB'] = 'p';
$_GET['SO'] = 'd';
}
if (isset($_COOKIE["AURSID"])) {