gamutable/gamutable_autorisations.php
2020-03-10 16:11:01 +01:00

21 lines
356 B
PHP

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