From 26c424b41e8f9dc917eed275f09461bef36651ab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Mar 2023 01:29:00 +0100 Subject: [PATCH] Code comment --- htdocs/public/ticket/ajax/ajax.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/public/ticket/ajax/ajax.php b/htdocs/public/ticket/ajax/ajax.php index ebd54e84de8..67fe0c34bbc 100644 --- a/htdocs/public/ticket/ajax/ajax.php +++ b/htdocs/public/ticket/ajax/ajax.php @@ -36,11 +36,10 @@ if (!defined('NOREQUIREAJAX')) { if (!defined('NOREQUIRESOC')) { define('NOREQUIRESOC', '1'); } -// Do not check anti CSRF attack test +// You can get information if module "Agenda" has been enabled by reading the if (!defined('NOREQUIREMENU')) { define('NOREQUIREMENU', '1'); } -// If there is no need to load and show top and left menu if (!defined("NOLOGIN")) { define("NOLOGIN", '1'); }