author | Dan |
Sat, 24 Nov 2007 01:02:55 -0500 | |
changeset 230 | f6d144cba8a9 |
parent 1 | fe660c52c48f |
permissions | -rw-r--r-- |
1 | 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 |
?> |