updated bits for cygwin, but not working with the openssl yet.
[feisty_meow.git] / scripts / cgi / count.cgi
old mode 100644 (file)
new mode 100755 (executable)
index 0e00e46..c3f7b0d
@@ -70,7 +70,7 @@ $counts{$server.$doc}++;
 #
 seek(COUNTS, 0, 0);
 
-foreach $file (keys %counts) {
+foreach $file (sort {lc $a cmp lc $b} keys %counts) {
   print COUNTS $counts{$file}, ":", $file, "\n";
 }