gamuConfig/gamuconfig_autorisations.php
2021-10-12 15:05:36 +02:00

21 lines
360 B
PHP

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