14 lines
262 B
PHP
14 lines
262 B
PHP
<?php
|
|
/**
|
|
* Options au chargement du plugin Lecteur de qrcode
|
|
*
|
|
* @plugin Lecteur de qrcode
|
|
* @copyright 2022
|
|
* @author tofulm
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Lecteur_qrcode\Options
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|