diff -r 902822492a68 -r fe660c52c48f includes/debugger/debugConsole.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/includes/debugger/debugConsole.php Wed Jun 13 16:07:17 2007 -0400 @@ -0,0 +1,16 @@ + + * @see + * @version 1.0.0 + * @package debugConsole_1.2.1 + */ + +$path = dirname(__FILE__) . '/'; + +require_once $path . 'debugConsole.config.php'; +require_once $path . 'debugConsole.class.php'; +require_once $path . 'debugConsole.functions.php'; +?> \ No newline at end of file