Line | |
---|
1 | <?php |
---|
2 | # ***** BEGIN LICENSE BLOCK ***** |
---|
3 | # This file is part of daInstaller, a plugin for DotClear2. |
---|
4 | # Copyright (c) 2008-2011 Tomtom, Pep and contributors, for DotAddict.org. |
---|
5 | # All rights reserved. |
---|
6 | # |
---|
7 | # ***** END LICENSE BLOCK ***** |
---|
8 | if (!defined('DC_RC_PATH')) { return; } |
---|
9 | |
---|
10 | $this->registerModule( |
---|
11 | 'daInstaller', |
---|
12 | 'Install and update your extensions live from DotAddict.org', |
---|
13 | 'Tomtom / DotAddict.org', |
---|
14 | '1.0.3', |
---|
15 | null, |
---|
16 | 10000 |
---|
17 | ); |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.