Revision 459,
1.1 KB
checked in by sacha, 15 years ago
(diff) |
Ajout des vérifications pour éviter l'exécution des plugins en dehors de Dotclear
|
Line | |
---|
1 | <?php |
---|
2 | # ***** BEGIN LICENSE BLOCK ***** |
---|
3 | # Copyright (c) 2008 Olivier Azeau and contributors. All rights |
---|
4 | # reserved. |
---|
5 | # |
---|
6 | # This is free software; you can redistribute it and/or modify |
---|
7 | # it under the terms of the GNU General Public License as published by |
---|
8 | # the Free Software Foundation; either version 2 of the License, or |
---|
9 | # (at your option) any later version. |
---|
10 | # |
---|
11 | # This is distributed in the hope that it will be useful, |
---|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | # GNU General Public License for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public License |
---|
17 | # along with DotClear; if not, write to the Free Software |
---|
18 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
19 | # |
---|
20 | # ***** END LICENSE BLOCK ***** |
---|
21 | if (!defined('DC_RC_PATH')) { return; } |
---|
22 | |
---|
23 | $this->registerModule( |
---|
24 | /* Name */ "Post Maker", |
---|
25 | /* Description*/ "Create a new post with an automated content generation", |
---|
26 | /* Author */ "Olivier Azeau", |
---|
27 | /* Version */ '1.0', |
---|
28 | /* Permissions */ null |
---|
29 | ); |
---|
30 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.