Revision 271,
1.2 KB
checked in by sacha, 16 years ago
(diff) |
Plugins first import.
SOME PLUGINS MAY BE BROKEN
|
Line | |
---|
1 | <?php |
---|
2 | /***************************************************************\ |
---|
3 | * This is 'Not Evil Ads', a plugin for Dotclear 2 * |
---|
4 | * * |
---|
5 | * Copyright (c) 2007 * |
---|
6 | * Oleksandr Syenchuk and contributors. * |
---|
7 | * * |
---|
8 | * This is an open source software, distributed under the GNU * |
---|
9 | * General Public License (version 2) terms and conditions. * |
---|
10 | * * |
---|
11 | * You should have received a copy of the GNU General Public * |
---|
12 | * License along 'Not evil ads' (see COPYING.txt); * |
---|
13 | * if not, write to the Free Software Foundation, Inc., * |
---|
14 | * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * |
---|
15 | \***************************************************************/ |
---|
16 | |
---|
17 | /* |
---|
18 | Ce fichier a été créé uniquement dans le but |
---|
19 | de permettre à des prochaines version du plugin |
---|
20 | Not Evil Ads d'effectuer des mises à jour automatiques |
---|
21 | sans perte de données. |
---|
22 | */ |
---|
23 | |
---|
24 | if (!defined('DC_CONTEXT_ADMIN')) |
---|
25 | exit; |
---|
26 | |
---|
27 | $nea_Pversion = $core->plugins->moduleInfo('notEvilAds','version'); |
---|
28 | |
---|
29 | $core->setVersion('notEvilAds',$nea_Pversion); |
---|
30 | |
---|
31 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.