21 lines
366 B
PHP
21 lines
366 B
PHP
<?php
|
|
/**
|
|
* Définit les autorisations du plugin Gamu Contact
|
|
*
|
|
* @plugin Gamu Contact
|
|
* @copyright 2021
|
|
* @author tofulm
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Gamucontact\Autorisations
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
|
|
/**
|
|
* Fonction d'appel pour le pipeline
|
|
* @pipeline autoriser */
|
|
function gamucontact_autoriser() {
|
|
}
|