2
0
forked from Wavyzz/dolibarr

Fix code comment

This commit is contained in:
Laurent Destailleur
2018-01-24 14:22:11 +01:00
parent fbeb66fedd
commit e45d35dcb1

View File

@@ -212,7 +212,7 @@ if (! empty($_POST["DOL_AUTOSET_COOKIE"]))
// Init session. Name of session is specific to Dolibarr instance. // Init session. Name of session is specific to Dolibarr instance.
// Note: the function dol_getprefix have been redefined to manage another area to protect with a different cookie. // Note: the function dol_getprefix may have been redefined to return a different key to manage another area to protect.
$prefix=dol_getprefix(''); $prefix=dol_getprefix('');
$sessionname='DOLSESSID_'.$prefix; $sessionname='DOLSESSID_'.$prefix;