Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
6e514ee3
Commit
6e514ee3
authored
Jun 11, 2015
by
Lukas Fleischer
Browse files
Default to ordering packages by popularity
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
15ee85b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/packages.php
View file @
6e514ee3
...
...
@@ -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"
]))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment