changeset 252 | a007145a0ff6 |
parent 251 | a1ccf990db6b |
child 253 | 6c7060d36a23 |
251:a1ccf990db6b | 252:a007145a0ff6 |
---|---|
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 ?> |