Rev | Line | |
---|
[3085] | 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", |
---|
[3190] | 18 | /* Version */ '1.6', |
---|
[3085] | 19 | /* Permissions */ 'admin' |
---|
| 20 | ); |
---|
| 21 | |
---|
[3173] | 22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.