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