Last change
on this file since 66999 was
66999,
checked in by brunobergot@…, 8 years ago
|
passage des exec en squelettes + rangement des ssquelettes du privé dans /prive + déclaration du pipeline bigbrother_journaliser depuis le paquet.xml
|
File size:
467 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 | include_spip('inc/bigbrother'); |
---|
[20595] | 11 | |
---|
[38480] | 12 | if(!defined('_DIR_LIB_FLOT')){ |
---|
| 13 | define('_DIR_LIB_FLOT','lib/flot'); |
---|
| 14 | } |
---|
[39110] | 15 | |
---|
| 16 | define('_CACHE_CONTEXTES_AJAX',true); |
---|
[38893] | 17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.