gamuContact/gamucontact_autorisations.php

21 lines
366 B
PHP

<?php
/**
* Définit les autorisations du plugin GamuContact
*
zsh:1: command not found: qa
* @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() {
}