This commit is contained in:
Laurent Destailleur 2020-09-18 05:37:20 +02:00
parent ca2e79395c
commit b49211b278

View File

@ -26,7 +26,7 @@
* \brief Page to set permission of a user record
*/
if (! defined('CSRFCHECK_WITH_TOKEN')) define('CSRFCHECK_WITH_TOKEN','1'); // Force use of CSRF protection with tokens even for GET
if (! defined('CSRFCHECK_WITH_TOKEN')) define('CSRFCHECK_WITH_TOKEN','1'); // Force use of CSRF protection with tokens even for GET
require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/usergroups.lib.php';