From e45d35dcb1c82423d4b709c20b5b6784b55c28cf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Jan 2018 14:22:11 +0100 Subject: [PATCH] Fix code comment --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 6a70a21f28d..2439a9fd6e0 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -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;