File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2525 * \brief List activities of tasks (per day entry)
2626 */
2727
28+ if ( ! defined ('NOREQUIREUSER ' )) define ('NOREQUIREUSER ' , '1 ' );
29+ if ( ! defined ('NOTOKENRENEWAL ' )) define ('NOTOKENRENEWAL ' , '1 ' );
30+ if ( ! defined ('NOREQUIREMENU ' )) define ('NOREQUIREMENU ' , '1 ' );
31+ if ( ! defined ('NOREQUIREHTML ' )) define ('NOREQUIREHTML ' , '1 ' );
32+ if ( ! defined ('NOLOGIN ' )) define ("NOLOGIN " , 1 ); // This means this output page does not require to be logged.
33+ if ( ! defined ('NOCSRFCHECK ' )) define ("NOCSRFCHECK " , 1 ); // We accept to go on this page from external web site.
34+ if ( ! defined ('NOIPCHECK ' )) define ('NOIPCHECK ' , '1 ' ); // Do not check IP defined into conf $dolibarr_main_restrict_ip
35+ if ( ! defined ('NOBROWSERNOTIF ' )) define ('NOBROWSERNOTIF ' , '1 ' );
36+
37+
2838// Load Dolibarr environment
2939$ res = 0 ;
3040// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined)
You can’t perform that action at this time.
0 commit comments