lecteur_qrcode/lecteur_qrcode_autorisations.php
2022-05-30 16:24:16 +02:00

21 lines
382 B
PHP

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