Can switch more easily to cookie auth type

This commit is contained in:
Laurent Destailleur 2010-04-28 11:52:11 +00:00
parent 284b1feace
commit e547fbbaf7

View File

@ -42,7 +42,7 @@ $cfg['PmaNoRelation_DisableWarning'] = FALSE;
* passphrase that will be used by blowfish. The maximum length seems to be 46 * passphrase that will be used by blowfish. The maximum length seems to be 46
* characters. * characters.
*/ */
$cfg['blowfish_secret'] = ''; $cfg['blowfish_secret'] = 'dolibarrblowfishkey';
/** /**
* Server(s) configuration * Server(s) configuration