www/nightly.adium.im 18:623c07e458e4: More debugging.

commits at adium.im commits at adium.im
Wed Nov 9 20:45:01 UTC 2011


details:	http://hg.adium.im/www/nightly.adium.im/rev/623c07e458e4
revision:	18:623c07e458e4
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Wed Nov 09 22:44:53 2011 +0200

More debugging.

diffs (23 lines):

diff -r a3f6f581d05a -r 623c07e458e4 index.php
--- a/index.php	Wed Nov 09 22:41:59 2011 +0200
+++ b/index.php	Wed Nov 09 22:44:53 2011 +0200
@@ -30,7 +30,6 @@
   
     foreach ($files as $file) {
         $sortedFiles[filemtime($file)] = $file;
-        echo $file . "\n";
     }
 
     krsort($sortedFiles);
@@ -92,9 +91,8 @@
 			<th>MD5</th>
             <th>Uploaded</th>
         </tr>
-<?  $filelist = fsortmtime(scandir($repo_branch));
-//var_dump(array_reverse(scandir($repo_branch)));
-var_dump($filelist);
+<?  $filelist = fsortmtime(array_reverse(scandir($repo_branch)));
+
 	$alternating = 0;
 
     foreach ($filelist as $filename) {




More information about the commits mailing list