aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-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">