F-d-ration_de_groupes/balint_autorisations.php

23 lines
357 B
PHP

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