Last change
on this file was
103134,
checked in by teddy.spip@…, 4 years ago
|
- Ne pas ajouter recommander dans le pipeline de nospam s'il est déjà présent.
- Up de z
|
File size:
299 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
4 | return; |
---|
5 | } |
---|
6 | |
---|
7 | // brancher le plugin sur nospam |
---|
8 | if (isset($GLOBALS['formulaires_no_spam']) and is_array($GLOBALS['formulaires_no_spam']) and !in_array('recommander', $GLOBALS['formulaires_no_spam'])) { |
---|
9 | $GLOBALS['formulaires_no_spam'][] = 'recommander'; |
---|
10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.