You can use the 'hack' below to hide the advisory dialog banner. Note that this will remove the banner for ALL advisory messages, including impending license expiration — so use at your own risk.
Open the following file in your favorite text editor:
C:\Program Files\Electric Cloud\ElectricCommander\apache\htdocs\commander\lib\StdFrame.php
or
/opt/electriccloud/electriccommander/apache/htdocs/commander/lib/StdFrame.php
Locate the line that reads:
echo "\n ";
Modify it to read:
echo "\n
You might have to restart Apache for this change to take affect.
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.