Getting rid of "Checking for updates" when loggin in

Permalink
Hi
Im wondering if it is possible to get rig of "checking for updates" when logging in?

johnkidd
 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
If you look up Whitelabel (and variations) in the docs and howtos, there is a constant you can set in config/site to disable it.

The main howto is
http://www.concrete5.org/documentation/how-tos/developers/white-lab...

The constant you want to set false is ENABLE_NEWSFLOW_OVERLAY
johnkidd replied on at Permalink Reply
johnkidd
Thanks for the reply John. Do I just add this line in config/site.php

define('ENABLE_NEWSFLOW_OVERLAY', false);

Cheers
JohntheFish replied on at Permalink Reply
JohntheFish
Yes, but if there is an 'updated' statement at the end of the file, add your define anywhere before that (not after).