redirectMobile/redirectmobile_autorisations.php
2020-12-26 10:36:52 +01:00

21 lines
378 B
PHP

<?php
/**
* Définit les autorisations du plugin Redirect Mobile
*
* @plugin Redirect Mobile
* @copyright 2020
* @author tofulm
* @licence GNU/GPL
* @package SPIP\Redirectmobile\Autorisations
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
/**
* Fonction d'appel pour le pipeline
* @pipeline autoriser */
function redirectmobile_autoriser() {
}