changeset 1 | fe660c52c48f |
0:902822492a68 | 1:fe660c52c48f |
---|---|
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 ?> |