Test Failed
Push — main ( 269cf1...da3911 )
by Rafael
06:16
created
htdocs/index_dol.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
  *    \brief      Dolibarr home page
29 29
  */
30 30
 
31
-define('CSRFCHECK_WITH_TOKEN', 1);    // We force need to use a token to login when making a POST
31
+define('CSRFCHECK_WITH_TOKEN', 1); // We force need to use a token to login when making a POST
32 32
 
33 33
 require 'main.inc.php';
34 34
 require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
Please login to merge, or discard this patch.