diff --git a/modules/monitoring/application/clicommands/ConferenceCommand.php b/modules/monitoring/application/clicommands/ConferenceCommand.php deleted file mode 100644 index 53c322173..000000000 --- a/modules/monitoring/application/clicommands/ConferenceCommand.php +++ /dev/null @@ -1,37 +0,0 @@ -screen; - $sign = $signs[self::$flipflop]; - $bgcolor = $bgcolors[self::$flipflop]; - echo $scr->clear() . $scr->newlines(10) . $scr->center( - $scr->colorize(" $sign Welcome OSMC 2013 $sign ", 'white', $bgcolor) - ) . $scr->newlines(10); - } -}