You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
429 B
22 lines
429 B
![]()
6 years ago
|
<?php
|
||
|
/**
|
||
|
* Définit les autorisations du plugin Date de modification manuelle
|
||
|
*
|
||
|
* @plugin Date de modification manuelle
|
||
|
* @copyright 2017
|
||
|
* @author Matthieu Marcillaud
|
||
|
* @licence GNU/GPL
|
||
|
* @package SPIP\Date_modif_manuelle\Autorisations
|
||
|
*/
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Fonction d'appel pour le pipeline
|
||
|
* @pipeline autoriser */
|
||
|
function date_modif_manuelle_autoriser() {
|
||
|
}
|