diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index fb38eaa2cf..73266d0461 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -794,17 +794,18 @@ static void print_banner(FILE *stream) fprintf(stream, - " _____ ____ ____ _ ___ \n" - " | ___/ ___| / ___| | |_ _| \n" - " | |_ \\___ \\ | | | | | | \n" - " | _| ___) | | |___| |___ | | \n" - " |_| |____/ \\____|_____|___| \n" + " _____ ____ ____ _ ___ \n" + " | ___/ ___| / ___| | |_ _| \n" + " | |_ \\___ \\ | | | | | | \n" + " | _| ___) | | |___| |___ | | \n" + " |_| |____/ \\____|_____|___| \n" "\n" - "*****************************************************\n" - "* Anthony Minessale II, Ken Rice, Michael Jerris *\n" - "* FreeSWITCH (http://www.freeswitch.org) *\n" - "* Brought to you by ClueCon http://www.cluecon.com/ *\n" - "*****************************************************\n" + "*******************************************************\n" + "* Anthony Minessale II, Ken Rice, Michael Jerris *\n" + "* FreeSWITCH (http://www.freeswitch.org) *\n" + "* Paypal Donations Appriciated: paypal@freeswitch.org *\n" + "* Brought to you by ClueCon http://www.cluecon.com/ *\n" + "*******************************************************\n" "\n" "Type /help to see a list of commands\n\n\n" );