F-d-ration_de_groupes/champslibres_autorisations.php

23 lines
375 B
PHP

<?php
/**
* Définit les autorisations du plugin champslibres
*
* @plugin champslibres
* @copyright 2020
* @author Gamuza[informatique]
* @licence GNU/GPL
* @package SPIP\Fip\Autorisations
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
/**
* Fonction d'appel pour le pipeline
* @pipeline autoriser */
function champslibres_autoriser() {
}