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
|
Rev | Line | |
---|
[20595] | 1 | <?php |
---|
| 2 | #---------------------------------------------------# |
---|
| 3 | # Plugin : Big Brother # |
---|
| 4 | # Auteur : RastaPopoulos # |
---|
| 5 | # Licence : GPL # |
---|
| 6 | #------------------------------------------------- -# |
---|
| 7 | |
---|
[52791] | 8 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
| 9 | |
---|
[38410] | 10 | /** |
---|
| 11 | * Déclaration des pipelines du plugin |
---|
| 12 | */ |
---|
| 13 | $GLOBALS['spip_pipeline']['bigbrother_journaliser']=""; |
---|
| 14 | |
---|
| 15 | include_spip('inc/bigbrother'); |
---|
[20595] | 16 | |
---|
[38480] | 17 | if(!defined('_DIR_LIB_FLOT')){ |
---|
| 18 | define('_DIR_LIB_FLOT','lib/flot'); |
---|
| 19 | } |
---|
[39110] | 20 | |
---|
| 21 | define('_CACHE_CONTEXTES_AJAX',true); |
---|
[38893] | 22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.