www/nightly.adium.im 17:a3f6f581d05a: More debugging.

commits at adium.im commits at adium.im
Wed Nov 9 20:42:10 UTC 2011


details:	http://hg.adium.im/www/nightly.adium.im/rev/a3f6f581d05a
revision:	17:a3f6f581d05a
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Wed Nov 09 22:41:59 2011 +0200

More debugging.

diffs (20 lines):

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




More information about the commits mailing list