aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-06 01:36:11 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-06 01:36:11 +0000
commit721e6b63714c90bb1de9c5bb4e6c62ef6fe5bb04 (patch)
tree0ab8683a623d0c52ebedb7ff88a22af98f0c189f
parentd0c5f22c081c6dae30307684d6d816ebf602c656 (diff)
downloadgnunet-721e6b63714c90bb1de9c5bb4e6c62ef6fe5bb04.tar.gz
gnunet-721e6b63714c90bb1de9c5bb4e6c62ef6fe5bb04.zip
- sort peers and components to ensure consistent order
-rw-r--r--contrib/log.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/log.php b/contrib/log.php
index 4188800aa..a54052d3c 100644
--- a/contrib/log.php
+++ b/contrib/log.php
@@ -108,7 +108,8 @@ if ($start !== null || $stop !== null) {
108 die(); 108 die();
109} 109}
110// echo $t1-$t0; 110// echo $t1-$t0;
111 111ksort($peers);
112ksort($comps);
112?> 113?>
113<!DOCTYPE html> 114<!DOCTYPE html>
114<html lang="en"> 115<html lang="en">