Revision 2223,
472 bytes
checked in by bruno, 14 years ago
(diff) |
New plugin : meuh 0.2
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of meuh, |
---|
5 | # a plugin for DotClear2. |
---|
6 | # |
---|
7 | # Copyright (c) 2010 Bruno Hondelatte and contributors |
---|
8 | # |
---|
9 | # Licensed under the GPL version 2.0 license. |
---|
10 | # See LICENSE file or |
---|
11 | # http://www.gnu.org/licenses/gpl-2.0.txt |
---|
12 | # |
---|
13 | # -- END LICENSE BLOCK ------------------------------------ |
---|
14 | if (!defined('DC_RC_PATH')) { return; } |
---|
15 | |
---|
16 | |
---|
17 | $GLOBALS['__autoload']['dcMeuh'] = dirname(__FILE__).'/class.meuh.php'; |
---|
18 | |
---|
19 | |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.