Revision 3177,
667 bytes
checked in by brol, 10 years ago
(diff) |
version 1.5 : suppression du style en dur dans index + modif de class=inline en classic pour les label (requis pour dc2.6) + fin de ligne unix
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of Dotclear 2 "Fake Me Up" plugin. |
---|
5 | # |
---|
6 | # Copyright (c) 2010 Bruno Hondelatte, and contributors. |
---|
7 | # Many, many thanks to Olivier Meunier and the Dotclear Team. |
---|
8 | # Licensed under the GPL version 2.0 license. |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # |
---|
11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
12 | if (!defined('DC_RC_PATH')) { return; } |
---|
13 | |
---|
14 | $this->registerModule( |
---|
15 | /* Name */ "Fake Me Up", |
---|
16 | /* Description*/ "Fakes Dotclear digest to force automatic updates", |
---|
17 | /* Author */ "Bruno Hondelatte", |
---|
18 | /* Version */ '1.5', |
---|
19 | /* Permissions */ 'admin' |
---|
20 | ); |
---|
21 | |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.