Author: reinhard
Date: 2007-05-12 13:40:01 -0500 (Sat, 12 May 2007)
New Revision: 9576
Modified:
trunk/www/web/shared/_listdir.php
Log:
Better order for download files.
Modified: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php 2007-05-12 18:30:39 UTC (rev 9575)
+++ trunk/www/web/shared/_listdir.php 2007-05-12 18:40:01 UTC (rev 9576)
@@ -66,8 +66,8 @@
}
handleFileType("tar.gz", "Source files", $dir, $sortby);
-handleFileType("all.deb", "Debian GNU/Linux Packages", $dir, $sortby);
+handleFileType("zip", "Source files", $dir, $sortby);
+handleFileType("deb", "Debian GNU/Linux Packages", $dir, $sortby);
handleFileType("rpm", "GNU/Linux RPM Packages", $dir, $sortby);
-handleFileType("zip", "Source files", $dir, $sortby);
+handleFileType("dmg", "Mac OS X Disk Images", $dir, $sortby);
handleFileType("exe", "Windows Installation Files", $dir, $sortby);
-handleFileType("dmg", "Mac OS X Disk Images", $dir, $sortby);
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.