mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix code comment
This commit is contained in:
parent
fbeb66fedd
commit
e45d35dcb1
|
|
@ -212,7 +212,7 @@ if (! empty($_POST["DOL_AUTOSET_COOKIE"]))
|
|||
|
||||
|
||||
// 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('');
|
||||
|
||||
$sessionname='DOLSESSID_'.$prefix;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user