mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
dockapps/index.php: Remove redundant sort; let the perl script take care of it.
This commit is contained in:
committed by
Carlos R. Mafra
parent
70daf334d1
commit
e821a4b808
@@ -62,7 +62,6 @@ if ($name) {
|
||||
array_push($versions,
|
||||
substr($key, strrpos($key, "-")+1));
|
||||
}
|
||||
rsort($versions);
|
||||
foreach ($versions as $version) {
|
||||
echo "<a href=\"?download=$name-$version.tar.gz\">" .
|
||||
"$name-$version</a><br/>\n";
|
||||
|
||||
Reference in New Issue
Block a user