17 lines
300 B
PHP
17 lines
300 B
PHP
<?php
|
|
/**
|
|
* Options au chargement du plugin GamuContact
|
|
*
|
|
* @plugin GamuContact
|
|
* @copyright 2021
|
|
* @author tofulm
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Gamucontact\Options
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS['formulaires_no_spam'][] = 'gamucontact';
|
|
|