Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-09-18 06:03:59 +02:00
parent b35db6b9dd
commit a7a8ca0a6b

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';