changeset 313 | 854eecfada20 |
parent 310 | 199b9708f4a2 |
parent 312 | 6c7060d36a23 |
child 314 | 474f8be55943 |
310:199b9708f4a2 | 313:854eecfada20 |
---|---|
1 <?php |
|
2 /** |
|
3 * debugConsole includes |
|
4 * |
|
5 * @author Andreas Demmer <info@debugconsole.de> |
|
6 * @see <http://www.debugconsole.de> |
|
7 * @version 1.0.0 |
|
8 * @package debugConsole_1.2.1 |
|
9 */ |
|
10 |
|
11 $path = dirname(__FILE__) . '/'; |
|
12 |
|
13 require_once $path . 'debugConsole.config.php'; |
|
14 require_once $path . 'debugConsole.class.php'; |
|
15 require_once $path . 'debugConsole.functions.php'; |
|
16 ?> |