mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Default to ordering packages by popularity
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
15ee85b456
commit
6e514ee335
1 changed files with 1 additions and 1 deletions
|
@ -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"])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue