Fix: don't show "mailing need command" if MAILING_LIMIT_SENDBYWEB is defined
This commit is contained in:
parent
4581e31a6a
commit
6cf39c7a91
@ -633,7 +633,7 @@ else
|
||||
if ($mesg) print $mesg;
|
||||
|
||||
|
||||
if ($_GET["action"] == 'sendall')
|
||||
if ($_GET["action"] == 'sendall' && empty($conf->global->MAILING_LIMIT_SENDBYWEB))
|
||||
{
|
||||
// Pour des raisons de securite, on ne permet pas cette fonction via l'IHM,
|
||||
// on affiche donc juste un message
|
||||
|
||||
Loading…
Reference in New Issue
Block a user