Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * Plugin Paravent |
---|
4 | * (c) 2013 Scribe |
---|
5 | * Licence GNU/GPL |
---|
6 | */ |
---|
7 | |
---|
8 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
9 | |
---|
10 | // declaration vide pour ce pipeline. |
---|
11 | function paravent_autoriser(){} |
---|
12 | |
---|
13 | /** |
---|
14 | * Autoriser a voir le site en construction : par defaut tous les auteurs authentifies |
---|
15 | * @return booleen |
---|
16 | */ |
---|
17 | function autoriser_travaux(){ |
---|
18 | return in_array($GLOBALS['visiteur_session']['statut'], array('0minirezo', '1comite')); |
---|
19 | } |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.