21 lines
382 B
PHP
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() {
|
|
}
|