|
|
|
@ -2,11 +2,7 @@
|
|
|
|
|
/** |
|
|
|
|
* Définit les autorisations du plugin Territoires |
|
|
|
|
* |
|
|
|
|
* @plugin Territoires |
|
|
|
|
* @copyright 2020 |
|
|
|
|
* @author Eric Lupinacci |
|
|
|
|
* @licence GNU/GPL |
|
|
|
|
* @package SPIP\Territoires\Autorisations |
|
|
|
|
* @package SPIP\TERRITOIRES\AUTORISATION |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
|
|
@ -16,7 +12,9 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Fonction d'appel pour le pipeline |
|
|
|
|
* @pipeline autoriser */ |
|
|
|
|
* |
|
|
|
|
* @pipeline autoriser |
|
|
|
|
*/ |
|
|
|
|
function territoires_autoriser() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|