Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
<?php
/**
* debugConsole includes
*
* @author Andreas Demmer <info@debugconsole.de>
* @see <http://www.debugconsole.de>
* @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';
?>