author | Dan |
Fri, 07 Sep 2007 16:25:16 -0400 | |
changeset 118 | 0c5efda996bf |
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 |
?> |