Update mailing-read.php
This commit is contained in:
parent
7eedcdd115
commit
fcec48ea7f
@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user