add nologin
This commit is contained in:
parent
463c87b393
commit
72fc4c1d0b
@ -35,6 +35,10 @@ if (!defined('NOREQUIREAJAX')) {
|
||||
if (!defined('NOREQUIRESOC')) {
|
||||
define('NOREQUIRESOC', '1');
|
||||
}
|
||||
// If there is no need to load and show top and left menu
|
||||
if (!defined("NOLOGIN")) {
|
||||
define("NOLOGIN", '1');
|
||||
}
|
||||
//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); // Required to know date format for dol_print_date
|
||||
|
||||
// Load Dolibarr environment
|
||||
|
||||
Loading…
Reference in New Issue
Block a user