From fbf9c77fcd8005ab4a730289270f8dd6addf65a5 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Fri, 7 Oct 2016 09:54:58 +0200 Subject: [PATCH] ajout couleur par defaut --- admin/salles_live.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/salles_live.php b/admin/salles_live.php index 3a2327e..0e21233 100644 --- a/admin/salles_live.php +++ b/admin/salles_live.php @@ -37,10 +37,12 @@ function InfoWinlog() { function InfoCouleurs() { global $blacklist_colors; + global $blacklist_default_color; $color_table = "\n"; foreach ($blacklist_colors as $target => $colors) { $color_table = $color_table."\n"; } + $color_table = $color_table."\n"; $color_table = $color_table."
$target 
defaut 
\n"; return $color_table; }