aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
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{