Update index.php

This commit is contained in:
UT from dolibit 2022-05-06 08:19:47 +02:00 committed by GitHub
parent 9dbeccb8d8
commit 0483e89c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,11 @@ if (!defined('NOCSRFCHECK')) {
if (!defined('NOREQUIREMENU')) {
define('NOREQUIREMENU', '1');
}
if (!defined("NOLOGIN")) {
define("NOLOGIN", '1'); // If this page is public (can be called outside logged session)
if (!defined('NOLOGIN')) {
define('NOLOGIN', '1'); // If this page is public (can be called outside logged session)
}
if (!defined('NOIPCHECK')) {
define('NOIPCHECK', '1'); // Do not check IP defined into conf $dolibarr_main_restrict_ip
define('NOIPCHECK', '1'); // Do not check IP defined into conf $dolibarr_main_restrict_ip
}
if (!defined('NOBROWSERNOTIF')) {
define('NOBROWSERNOTIF', '1');