diff --git a/dockapps/index.php b/dockapps/index.php
index c97fbf2..5d9cadd 100644
--- a/dockapps/index.php
+++ b/dockapps/index.php
@@ -62,7 +62,6 @@ if ($name) {
array_push($versions,
substr($key, strrpos($key, "-")+1));
}
- rsort($versions);
foreach ($versions as $version) {
echo "" .
"$name-$version
\n";