bigform/bigform_autorisations.php

21 lines
348 B
PHP

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