15 lines
166 B
PHP
15 lines
166 B
PHP
|
<?php
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Fonction d'appel pour le pipeline
|
||
|
*
|
||
|
* @pipeline autoriser
|
||
|
*/
|
||
|
function libreavous_autoriser() {
|
||
|
}
|
||
|
|
||
|
|