Fix: add a value

This commit is contained in:
Regis Houssin 2009-05-16 07:01:34 +00:00
parent 3c49c6e5b7
commit db8ffae9fc

View File

@ -24,7 +24,7 @@
* \version $Id$
*/
define('NOCSRFCHECK'); // This is login page. We must be able to go on it from another web site.
define('NOCSRFCHECK',1); // This is login page. We must be able to go on it from another web site.
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/boxes.php");