commit-gnue
[Top][All Lists]
Advanced

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

r5771 - trunk/www/web/shared


From: btami
Subject: r5771 - trunk/www/web/shared
Date: Mon, 3 May 2004 16:30:08 -0500 (CDT)

Author: btami
Date: 2004-05-03 16:30:07 -0500 (Mon, 03 May 2004)
New Revision: 5771

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

Modified: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php   2004-04-30 06:40:21 UTC (rev 5770)
+++ trunk/www/web/shared/_listdir.php   2004-05-03 21:30:07 UTC (rev 5771)
@@ -66,7 +66,7 @@
 }
 
 handleFileType("tar.gz", "Source files", $dir, $sortby);
-handleFileType("deb", "Debian GNU/Linux Packages", $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("exe", "Windows Installation Files", $dir, $sortby);





reply via email to

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