Last change
on this file since 52791 was
52791,
checked in by kent1@…, 9 years ago
|
if (!defined("_ECRIRE_INC_VERSION")) return; sur tout fichier PHP pour sécurité future principalement
|
File size:
572 bytes
|
Line | |
---|
1 | <?php |
---|
2 | #---------------------------------------------------# |
---|
3 | # Plugin : Big Brother # |
---|
4 | # Auteur : RastaPopoulos # |
---|
5 | # Licence : GPL # |
---|
6 | #------------------------------------------------- -# |
---|
7 | |
---|
8 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
9 | |
---|
10 | /** |
---|
11 | * Déclaration des pipelines du plugin |
---|
12 | */ |
---|
13 | $GLOBALS['spip_pipeline']['bigbrother_journaliser']=""; |
---|
14 | |
---|
15 | include_spip('inc/bigbrother'); |
---|
16 | |
---|
17 | if(!defined('_DIR_LIB_FLOT')){ |
---|
18 | define('_DIR_LIB_FLOT','lib/flot'); |
---|
19 | } |
---|
20 | |
---|
21 | define('_CACHE_CONTEXTES_AJAX',true); |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.