gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32536 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r32536 - gnunet/contrib
Date: Thu, 6 Mar 2014 02:36:11 +0100

Author: bartpolot
Date: 2014-03-06 02:36:11 +0100 (Thu, 06 Mar 2014)
New Revision: 32536

Modified:
   gnunet/contrib/log.php
Log:
- sort peers and components to ensure consistent order

Modified: gnunet/contrib/log.php
===================================================================
--- gnunet/contrib/log.php      2014-03-06 01:36:10 UTC (rev 32535)
+++ gnunet/contrib/log.php      2014-03-06 01:36:11 UTC (rev 32536)
@@ -108,7 +108,8 @@
   die();
 }
 // echo $t1-$t0;
-
+ksort($peers);
+ksort($comps);
 ?>
 <!DOCTYPE html>
 <html lang="en">




reply via email to

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