commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5774 - trunk/www/web/shared


From: btami
Subject: r5774 - trunk/www/web/shared
Date: Mon, 3 May 2004 16:56:40 -0500 (CDT)

Author: btami
Date: 2004-05-03 16:56:39 -0500 (Mon, 03 May 2004)
New Revision: 5774

Modified:
   trunk/www/web/shared/_listdir.php
Log:
last attempt to fix the .deb section

Modified: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php   2004-05-03 21:49:06 UTC (rev 5773)
+++ trunk/www/web/shared/_listdir.php   2004-05-03 21:56:39 UTC (rev 5774)
@@ -66,7 +66,7 @@
 }
 
 handleFileType("tar.gz", "Source files", $dir, $sortby);
-handleFileType("deb$", "Debian GNU/Linux Packages", $dir, $sortby);
+handleFileType("all.deb", "Debian GNU/Linux Packages", $dir, $sortby);
 handleFileType("rpm", "GNU/Linux RPM Packages", $dir, $sortby);
 handleFileType("zip", "Source files", $dir, $sortby);
 handleFileType("exe", "Windows Installation Files", $dir, $sortby);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]