aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-17 15:26:25 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-17 15:26:25 +0000
commitd559d7f1d52159cc757336e1890f0ad804a08f3f (patch)
tree16e3f0995cfac08136e079510ad36004be26c1d8 /contrib
parent1a8b577397f739d74bc977bf2faa9b238c73d840 (diff)
downloadgnunet-d559d7f1d52159cc757336e1890f0ad804a08f3f.tar.gz
gnunet-d559d7f1d52159cc757336e1890f0ad804a08f3f.zip
- colors
Diffstat (limited to 'contrib')
-rw-r--r--contrib/log.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/log.php b/contrib/log.php
index 9a7f0a776..049addf66 100644
--- a/contrib/log.php
+++ b/contrib/log.php
@@ -4,7 +4,10 @@ $path='log';
4$lines = array(); 4$lines = array();
5$peers = array(); 5$peers = array();
6$ajax = FALSE; 6$ajax = FALSE;
7$colors = array('#F00', '#0C0', '#44F', '#FF0', '#F0F', '#0FF'); 7$colors = array('#F00', '#F80', '#FF0',
8 '#4F0', '#0A0',
9 '#22F', '#ADF', '#0FF', '#F0F', '#508', '#FAA',
10 '#FFF', '#AAA', '#666', '#222');
8 11
9function render_row ($d, $component, $pid, $level, $msg, $c) 12function render_row ($d, $component, $pid, $level, $msg, $c)
10{ 13{