gamuContact/gamucontact_autorisations.php
2021-03-11 12:20:02 +01:00

21 lines
366 B
PHP

<?php
/**
* Définit les autorisations du plugin Gamu Contact
*
* @plugin Gamu Contact
* @copyright 2021
* @author tofulm
* @licence GNU/GPL
* @package SPIP\Gamucontact\Autorisations
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
/**
* Fonction d'appel pour le pipeline
* @pipeline autoriser */
function gamucontact_autoriser() {
}