2
0
forked from Wavyzz/dolibarr

according to new tree directory

This commit is contained in:
Philippe Grand
2010-04-28 10:02:54 +00:00
parent cafe7fb970
commit b68a359265
78 changed files with 80 additions and 80 deletions

View File

@@ -119,7 +119,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
$entityCookieName = 'DOLENTITYID_'.md5($_SERVER["SERVER_NAME"].$_SERVER["DOCUMENT_ROOT"]);
if (isset($_COOKIE[$entityCookieName]))
{
include_once(DOL_DOCUMENT_ROOT . "/core/cookie.class.php");
include_once(DOL_DOCUMENT_ROOT . "/core/class/cookie.class.php");
$cryptkey = (! empty($conf->file->cookie_cryptkey) ? $conf->file->cookie_cryptkey : '' );