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; }