Correct fix
This commit is contained in:
parent
9a3c7a230b
commit
e12999bcfd
@ -29,7 +29,7 @@ define("NOLOGIN",1); // This means this output page does not require to be logg
|
||||
define("NOCSRFCHECK",1); // We accept to go on this page from external web site.
|
||||
|
||||
require '../../main.inc.php';
|
||||
dol_include_once('/core/lib/company.lib.php');
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
|
||||
|
||||
global $user, $conf, $langs;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user