Code comment

This commit is contained in:
Laurent Destailleur 2023-03-18 01:29:00 +01:00
parent f49ad63bcb
commit 26c424b41e

View File

@ -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');
}