diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index a4751f98e519b..f117dce2509e1 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -2561,7 +2561,10 @@ function llxFooter($comment = '', $zone = 'private', $disabledoutputofmessages = || (!empty($conf->file->instance_unique_id) && ($hash_unique_id != $conf->global->MAIN_FIRST_PING_OK_ID) && ($conf->global->MAIN_FIRST_PING_OK_ID != 'disabled')) || GETPOST('forceping', 'alpha')) { - if (empty($_COOKIE['DOLINSTALLNOPING_'.$hash_unique_id])) + if (strpos('alpha', DOL_VERSION) > 0) { + print "\n\n"; + } + elseif (empty($_COOKIE['DOLINSTALLNOPING_'.$hash_unique_id])) { include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';