Last change
on this file since 54249 was
54249,
checked in by cedric@…, 9 years ago
|
cartouche
lien vers la bonne icone
modernisation du script d'upgrade
grostitre sur la page de configuration
ne pas inclure classes/facteur sur chaque calcul, les scripts qui ont besoin de mailer le font par cette inclusion
ou par inc/envoyer_mail
|
File size:
256 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | * Plugin Facteur 2 |
---|
4 | * (c) 2009-2011 Collectif SPIP |
---|
5 | * Distribue sous licence GPL |
---|
6 | * |
---|
7 | */ |
---|
8 | |
---|
9 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
10 | |
---|
11 | /* |
---|
12 | * Compatibilite avec plugins faisant un appel direct a ce fichier |
---|
13 | */ |
---|
14 | include_spip('classes/facteur'); |
---|
15 | |
---|
16 | |
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.