gamuContact/gamucontact_autorisations.php

20 lines
337 B
PHP

<?php
/**
* Définit les autorisations du plugin GamuContact
*
* @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() {
}