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 | |
---|
9 | $__autoload['daInstaller'] = dirname(__FILE__).'/inc/class.da.installer.php'; |
---|
10 | $__autoload['daModulesReader'] = dirname(__FILE__).'/inc/class.da.modules.reader.php'; |
---|
11 | $__autoload['daModulesParser'] = dirname(__FILE__).'/inc/class.da.modules.parser.php'; |
---|
12 | $__autoload['daModulesList'] = dirname(__FILE__).'/inc/lib.da.installer.ui.php'; |
---|
13 | $__autoload['daModulesUpdateList'] = dirname(__FILE__).'/inc/lib.da.installer.ui.php'; |
---|
14 | |
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.