Update mailing-read.php

This commit is contained in:
UT from dolibit 2022-12-20 21:16:17 +01:00 committed by GitHub
parent 7eedcdd115
commit fcec48ea7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ if (!defined('NOREQUIREMENU')) {
if (!defined('NOIPCHECK')) { 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("NOSESSION")) { if (!defined('NOSESSION')) {
define("NOSESSION", '1'); define('NOSESSION', '1');
} }
/** /**
@ -58,6 +58,8 @@ if (!defined("NOSESSION")) {
function llxHeader() function llxHeader()
{ {
} }
/** /**
* Footer empty * Footer empty
* *