23 lines
368 B
PHP
23 lines
368 B
PHP
<?php
|
|
/**
|
|
* Définit les autorisations du plugin baz_april
|
|
*
|
|
* @plugin baz_april
|
|
* @copyright 2019
|
|
* @author Nicolas Dorigny
|
|
* @licence GNU/GPL
|
|
* @package SPIP\baz_april\Autorisations
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
/**
|
|
* Fonction d'appel pour le pipeline
|
|
*
|
|
* @pipeline autoriser
|
|
*/
|
|
function baz_april_autoriser() {
|
|
}
|