* @package wombatSite * @subpackage test */ include_once '../include/wbFactory.php'; wbFactory::configure(); $time = wbFactory::getTimeElapsed(); echo "time: " . $time . "
\n"; echo "config\n
";
    $config =   wbFactory::getParam( 'config' );
    
	print_r( $config );
	echo "
\n"; ?>