Skip to content

Commit

Permalink
Le logo dépend du theme par defaut si le logo de l'entreprise n'est p…
Browse files Browse the repository at this point in the history
…as configuré
  • Loading branch information
cdelambert committed Aug 17, 2011
1 parent eb187a3 commit ba50333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/lib/security.lib.php
Expand Up @@ -20,7 +20,7 @@
/**
* \file htdocs/lib/security.lib.php
* \brief Set of function used for dolibarr security
* \version $Id: security.lib.php,v 1.128 2011/08/17 15:56:24 eldy Exp $
* \version $Id: security.lib.php,v 1.127 2011/08/17 13:59:24 cdelambert Exp $
*/


Expand Down Expand Up @@ -231,7 +231,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
if (function_exists("imagecreatefrompng") && ! empty($conf->global->MAIN_SECURITY_ENABLECAPTCHA))
{
$captcha=1;
$captcha_refresh=img_picto($langs->trans("Refresh"),'refresh');
$captcha_refresh=img_refresh();
}

// Extra link
Expand Down

0 comments on commit ba50333

Please sign in to comment.