The connection to the interface takes long

Sometimes we get the message that the login to the LogAnalyzer interface takes long. There are two simple steps that can solve this issue.

If you login to your LogAnalyzer interface there is always an automatic update check in the background. Sometimes it can be that this check takes long because of a slow connection or a closed firewall.
To avoid that issue you can at first check if your firewall blocks that update check. Alternative you can disable the update check manually.

You will find the configuration of the update check in functions_common.php. By replacing the url with nothing you can disable this.

Just replace

$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";

with

$content['UPDATEURL'] = "";